#72264A

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

Shades of Pompadour #72264A

Tints of Pompadour #72264A

Color information

#72264A (or 0x72264A) is unknown color: approx Pompadour. HEX triplet: 72, 26 and 4A. RGB value is (114,38,74). Sum of RGB (Red+Green+Blue) = 114+38+74=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72264A is #8DD9B5. Grayscale: #404040. Windows color (decimal): -9296310 or 4859506. OLE color: 4859506.

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

Color convert

RGB1143874-
CMYK00.670.350.55
HSL331.58º50%29.8%-
HSV(B)331.58º66.67%44.71%-
XYZ8.875.467.06-
YUV64.83133.18163.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 38 (15.23% from 255) = 16.81%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=50.44%
G=16.81%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114387400.670.350.55331.585029.8
Hex72264A043233714c321e
Octal16246112010343675146236
Binary111001010011010010100100001110001111011110100110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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