#72254A

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

Shades of Pompadour #72254A

Tints of Pompadour #72254A

Color information

#72254A (or 0x72254A) is unknown color: approx Pompadour. HEX triplet: 72, 25 and 4A. RGB value is (114,37,74). Sum of RGB (Red+Green+Blue) = 114+37+74=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72254A is #8DDAB5. Grayscale: #404040. Windows color (decimal): -9296566 or 4859250. OLE color: 4859250.

HSL color Cylindrical-coordinate representation of color #72254A: hue angle of 331.17º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72254A is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1143774-
CMYK00.680.350.55
HSL331.17º50.99%29.61%-
HSV(B)331.17º67.54%44.71%-
XYZ8.845.397.05-
YUV64.24133.51163.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=50.67%
G=16.44%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114377400.680.350.55331.1750.9929.61
Hex72254A044233714b331e
Octal16245112010443675136336
Binary111001010010110010100100010010001111011110100101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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