#79153E

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

Shades of Pompadour #79153E

Tints of Pompadour #79153E

Color information

#79153E (or 0x79153E) is unknown color: approx Pompadour. HEX triplet: 79, 15 and 3E. RGB value is (121,21,62). Sum of RGB (Red+Green+Blue) = 121+21+62=204 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.31% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 121 - color contains mainly: red. Hex color #79153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79153E is #86EAC1. Grayscale: #373737. Windows color (decimal): -8841922 or 4068729. OLE color: 4068729.

HSL color Cylindrical-coordinate representation of color #79153E: hue angle of 335.4º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79153E is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1212162-
CMYK00.830.490.53
HSL335.4º70.42%27.84%-
HSV(B)335.4º82.64%47.45%-
XYZ9.024.955.04-
YUV55.57131.63174.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.31%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 62 (24.61% from 255) = 30.39%
R=59.31%
G=10.29%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121216200.830.490.53335.470.4227.84
Hex79153E053313514f461c
Octal17125760123616551710634
Binary11110011010111111001010011110001110101101001111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79153E; }

 p { color: rgb(121,21,62); }

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

<style>
 a { background-color: #79153E; }

 a { background-color: rgb(121,21,62); }

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

<style>
 span { border-color: #79153E; }

 span { border-color: rgb(121,21,62); }

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