#721948

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

Shades of Pompadour #721948

Tints of Pompadour #721948

Color information

#721948 (or 0x721948) is unknown color: approx Pompadour. HEX triplet: 72, 19 and 48. RGB value is (114,25,72). Sum of RGB (Red+Green+Blue) = 114+25+72=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #721948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721948 is #8DE6B7. Grayscale: #383838. Windows color (decimal): -9299640 or 4725106. OLE color: 4725106.

HSL color Cylindrical-coordinate representation of color #721948: hue angle of 328.31º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721948 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1142572-
CMYK00.780.370.55
HSL328.31º64.03%27.25%-
HSV(B)328.31º78.07%44.71%-
XYZ8.464.746.6-
YUV56.97136.49168.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.03%
GREEN value IS 25 (10.16% from 255) = 11.85%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=54.03%
G=11.85%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114257200.780.370.55328.3164.0327.25
Hex72194804E2537148401b
Octal162311100116456751010033
Binary111001011001100100001001110100101110111101001000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721948; }

 p { color: rgb(114,25,72); }

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

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

 a { background-color: rgb(114,25,72); }

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

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

 span { border-color: rgb(114,25,72); }

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