#790E38

Color #790E38 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #790E38

Tints of Pompadour #790E38

Color information

#790E38 (or 0x790E38) is unknown color: approx Pompadour. HEX triplet: 79, 0E and 38. RGB value is (121,14,56). Sum of RGB (Red+Green+Blue) = 121+14+56=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 14 (5.86% from 255 or 7.33% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #790E38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790E38 is #86F1C7. Grayscale: #323232. Windows color (decimal): -8843720 or 3673721. OLE color: 3673721.

HSL color Cylindrical-coordinate representation of color #790E38: hue angle of 336.45º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790E38 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB1211456-
CMYK00.880.540.53
HSL336.45º79.26%26.47%-
HSV(B)336.45º88.43%47.45%-
XYZ8.764.664.18-
YUV50.78130.95178.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.35%
GREEN value IS 14 (5.86% from 255) = 7.33%
BLUE value IS 56 (22.27% from 255) = 29.32%
R=63.35%
G=7.33%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121145600.880.540.53336.4579.2626.47
Hex79E3805836351504f1a
Octal17116700130666552011732
Binary1111001111011100001011000110110110101101010000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790E38; }

 p { color: rgb(121,14,56); }

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

<style>
 a { background-color: #790E38; }

 a { background-color: rgb(121,14,56); }

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

<style>
 span { border-color: #790E38; }

 span { border-color: rgb(121,14,56); }

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