#72104C

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

Shades of Pompadour #72104C

Tints of Pompadour #72104C

Color information

#72104C (or 0x72104C) is unknown color: approx Pompadour. HEX triplet: 72, 10 and 4C. RGB value is (114,16,76). Sum of RGB (Red+Green+Blue) = 114+16+76=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #72104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72104C is #8DEFB3. Grayscale: #333333. Windows color (decimal): -9301940 or 4984946. OLE color: 4984946.

HSL color Cylindrical-coordinate representation of color #72104C: hue angle of 323.27º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #72104C is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1141676-
CMYK00.860.330.55
HSL323.27º75.38%25.49%-
HSV(B)323.27º85.96%44.71%-
XYZ8.434.477.26-
YUV52.14141.47172.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.34%
GREEN value IS 16 (6.64% from 255) = 7.77%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=55.34%
G=7.77%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114167600.860.330.55323.2775.3825.49
Hex72104C05621371434b19
Octal162201140126416750311331
Binary111001010000100110001010110100001110111101000011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72104C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,16,76); }

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

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

 a { background-color: rgb(114,16,76); }

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

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

 span { border-color: rgb(114,16,76); }

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