#72264F

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

Shades of Pompadour #72264F

Tints of Pompadour #72264F

Color information

#72264F (or 0x72264F) is unknown color: approx Pompadour. HEX triplet: 72, 26 and 4F. RGB value is (114,38,79). Sum of RGB (Red+Green+Blue) = 114+38+79=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #72264F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72264F is #8DD9B0. Grayscale: #414141. Windows color (decimal): -9296305 or 5187186. OLE color: 5187186.

HSL color Cylindrical-coordinate representation of color #72264F: hue angle of 327.63º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72264F is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1143879-
CMYK00.670.310.55
HSL327.63º50%29.8%-
HSV(B)327.63º66.67%44.71%-
XYZ9.045.537.99-
YUV65.4135.68162.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=49.35%
G=16.45%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114387900.670.310.55327.635029.8
Hex72264F0431F37148321e
Octal16246117010337675106236
Binary11100101001101001111010000111111111011110100100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72264F; }

 p { color: rgb(114,38,79); }

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

<style>
 a { background-color: #72264F; }

 a { background-color: rgb(114,38,79); }

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

<style>
 span { border-color: #72264F; }

 span { border-color: rgb(114,38,79); }

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