#72264D

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

Shades of Pompadour #72264D

Tints of Pompadour #72264D

Color information

#72264D (or 0x72264D) is unknown color: approx Pompadour. HEX triplet: 72, 26 and 4D. RGB value is (114,38,77). Sum of RGB (Red+Green+Blue) = 114+38+77=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72264D is #8DD9B2. Grayscale: #414141. Windows color (decimal): -9296307 or 5056114. OLE color: 5056114.

HSL color Cylindrical-coordinate representation of color #72264D: hue angle of 329.21º 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 #72264D is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1143877-
CMYK00.670.320.55
HSL329.21º50%29.8%-
HSV(B)329.21º66.67%44.71%-
XYZ8.975.57.61-
YUV65.17134.68162.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 38 (15.23% from 255) = 16.59%
BLUE value IS 77 (30.47% from 255) = 33.62%
R=49.78%
G=16.59%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114387700.670.320.55329.215029.8
Hex72264D0432037149321e
Octal16246115010340675116236
Binary111001010011010011010100001110000011011110100100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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