#792E34

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

Shades of Paprika #792E34

Tints of Paprika #792E34

Color information

#792E34 (or 0x792E34) is unknown color: approx Paprika. HEX triplet: 79, 2E and 34. RGB value is (121,46,52). Sum of RGB (Red+Green+Blue) = 121+46+52=219 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55.25% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 121 - color contains mainly: red. Hex color #792E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792E34 is #86D1CB. Grayscale: #454545. Windows color (decimal): -8835532 or 3419769. OLE color: 3419769.

HSL color Cylindrical-coordinate representation of color #792E34: hue angle of 355.2º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #792E34 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB1214652-
CMYK00.620.570.53
HSL355.2º44.91%32.75%-
HSV(B)355.2º61.98%47.45%-
XYZ9.486.273.96-
YUV69.11118.35165.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.25%
GREEN value IS 46 (18.36% from 255) = 21.00%
BLUE value IS 52 (20.70% from 255) = 23.74%
R=55.25%
G=21.00%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121465200.620.570.53355.244.9132.75
Hex792E3403E39351632d21
Octal171566407671655435541
Binary11110011011101101000111110111001110101101100011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792E34; }

 p { color: rgb(121,46,52); }

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

<style>
 a { background-color: #792E34; }

 a { background-color: rgb(121,46,52); }

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

<style>
 span { border-color: #792E34; }

 span { border-color: rgb(121,46,52); }

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