#72264B

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

Shades of Pompadour #72264B

Tints of Pompadour #72264B

Color information

#72264B (or 0x72264B) is unknown color: approx Pompadour. HEX triplet: 72, 26 and 4B. RGB value is (114,38,75). Sum of RGB (Red+Green+Blue) = 114+38+75=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72264B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72264B is #8DD9B4. Grayscale: #404040. Windows color (decimal): -9296309 or 4925042. OLE color: 4925042.

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

Color convert

RGB1143875-
CMYK00.670.340.55
HSL330.79º50%29.8%-
HSV(B)330.79º66.67%44.71%-
XYZ8.95.477.24-
YUV64.94133.68162.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.22%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=50.22%
G=16.74%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114387500.670.340.55330.795029.8
Hex72264B043223714b321e
Octal16246113010342675136236
Binary111001010011010010110100001110001011011110100101111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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