#79143C

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

Shades of Pompadour #79143C

Tints of Pompadour #79143C

Color information

#79143C (or 0x79143C) is unknown color: approx Pompadour. HEX triplet: 79, 14 and 3C. RGB value is (121,20,60). Sum of RGB (Red+Green+Blue) = 121+20+60=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #79143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79143C is #86EBC3. Grayscale: #363636. Windows color (decimal): -8842180 or 3937401. OLE color: 3937401.

HSL color Cylindrical-coordinate representation of color #79143C: hue angle of 336.24º degrees, saturation: 0.72, 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 #79143C is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1212060-
CMYK00.830.500.53
HSL336.24º71.63%27.65%-
HSV(B)336.24º83.47%47.45%-
XYZ8.954.894.75-
YUV54.76130.96175.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.20%
GREEN value IS 20 (8.20% from 255) = 9.95%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=60.20%
G=9.95%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121206000.830.500.53336.2471.6327.65
Hex79143C0533235150481c
Octal17124740123626552011034
Binary11110011010011110001010011110010110101101010000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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