#72143C

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

Shades of Pompadour #72143C

Tints of Pompadour #72143C

Color information

#72143C (or 0x72143C) is unknown color: approx Pompadour. HEX triplet: 72, 14 and 3C. RGB value is (114,20,60). Sum of RGB (Red+Green+Blue) = 114+20+60=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72143C is #8DEBC3. Grayscale: #343434. Windows color (decimal): -9300932 or 3937394. OLE color: 3937394.

HSL color Cylindrical-coordinate representation of color #72143C: hue angle of 334.47º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72143C is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1142060-
CMYK00.820.470.55
HSL334.47º70.15%26.27%-
HSV(B)334.47º82.46%44.71%-
XYZ8.014.44.7-
YUV52.67132.14171.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.76%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 60 (23.83% from 255) = 30.93%
R=58.76%
G=10.31%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114206000.820.470.55334.4770.1526.27
Hex72143C0522F3714e461a
Octal16224740122576751610632
Binary11100101010011110001010010101111110111101001110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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