#72234C

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

Shades of Pompadour #72234C

Tints of Pompadour #72234C

Color information

#72234C (or 0x72234C) is unknown color: approx Pompadour. HEX triplet: 72, 23 and 4C. RGB value is (114,35,76). Sum of RGB (Red+Green+Blue) = 114+35+76=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72234C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72234C is #8DDCB3. Grayscale: #3F3F3F. Windows color (decimal): -9297076 or 4989810. OLE color: 4989810.

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

Color convert

RGB1143576-
CMYK00.690.330.55
HSL328.86º53.02%29.22%-
HSV(B)328.86º69.3%44.71%-
XYZ8.845.37.39-
YUV63.3135.17164.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=50.67%
G=15.56%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114357600.690.330.55328.8653.0229.22
Hex72234C0452137149351d
Octal16243114010541675116535
Binary111001010001110011000100010110000111011110100100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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