#72134C

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

Shades of Pompadour #72134C

Tints of Pompadour #72134C

Color information

#72134C (or 0x72134C) is unknown color: approx Pompadour. HEX triplet: 72, 13 and 4C. RGB value is (114,19,76). Sum of RGB (Red+Green+Blue) = 114+19+76=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72134C is #8DECB3. Grayscale: #353535. Windows color (decimal): -9301172 or 4985714. OLE color: 4985714.

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

Color convert

RGB1141976-
CMYK00.830.330.55
HSL324º71.43%26.08%-
HSV(B)324º83.33%44.71%-
XYZ8.484.567.27-
YUV53.9140.47170.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.55%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=54.55%
G=9.09%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114197600.830.330.5532471.4326.08
Hex72134C0532137144471a
Octal162231140123416750410732
Binary111001010011100110001010011100001110111101000100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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