#7A2935

Color #7A2935 Paprika (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paprika #7A2935

Tints of Paprika #7A2935

Color information

#7A2935 (or 0x7A2935) is unknown color: approx Paprika. HEX triplet: 7A, 29 and 35. RGB value is (122,41,53). Sum of RGB (Red+Green+Blue) = 122+41+53=216 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.48% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2935 is #85D6CA. Grayscale: #424242. Windows color (decimal): -8771275 or 3484026. OLE color: 3484026.

HSL color Cylindrical-coordinate representation of color #7A2935: hue angle of 351.11º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A2935 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB1224153-
CMYK00.660.570.52
HSL351.11º49.69%31.96%-
HSV(B)351.11º66.39%47.84%-
XYZ9.465.984.02-
YUV66.59120.34167.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 56.48%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=56.48%
G=18.98%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122415300.660.570.52351.1149.6931.96
Hex7A2935042393415f3220
Octal1725165010271645376240
Binary111101010100111010101000010111001110100101011111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A2935; }

 p { color: rgb(122,41,53); }

 H1.HeaderClassName
 {
   color: #7A2935;
 }
 .AnyTagClassName
 {
   color: #7A2935;
 }
</style>
background-color css

<style>
 a { background-color: #7A2935; }

 a { background-color: rgb(122,41,53); }

 div.DivClassName
 {
   background-color: #7A2935;
 }
 .BgClassName
 {
   background-color: #7A2935;
 }
</style>
border-color css

<style>
 span { border-color: #7A2935; }

 span { border-color: rgb(122,41,53); }

 td.TdClassName
 {
   border-color: #7A2935;
 }
 .TagClassName
 {
   border-color: #7A2935;
 }
</style>