#79103C

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

Shades of Pompadour #79103C

Tints of Pompadour #79103C

Color information

#79103C (or 0x79103C) is unknown color: approx Pompadour. HEX triplet: 79, 10 and 3C. RGB value is (121,16,60). Sum of RGB (Red+Green+Blue) = 121+16+60=197 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.42% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 121 - color contains mainly: red. Hex color #79103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79103C is #86EFC3. Grayscale: #343434. Windows color (decimal): -8843204 or 3936377. OLE color: 3936377.

HSL color Cylindrical-coordinate representation of color #79103C: hue angle of 334.86º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #79103C is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1211660-
CMYK00.870.500.53
HSL334.86º76.64%26.86%-
HSV(B)334.86º86.78%47.45%-
XYZ8.894.764.73-
YUV52.41132.29176.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 61.42%
GREEN value IS 16 (6.64% from 255) = 8.12%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=61.42%
G=8.12%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121166000.870.500.53334.8676.6426.86
Hex79103C057323514f4d1b
Octal17120740127626551711533
Binary11110011000011110001010111110010110101101001111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79103C; }

 p { color: rgb(121,16,60); }

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

<style>
 a { background-color: #79103C; }

 a { background-color: rgb(121,16,60); }

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

<style>
 span { border-color: #79103C; }

 span { border-color: rgb(121,16,60); }

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