#721748

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

Shades of Pompadour #721748

Tints of Pompadour #721748

Color information

#721748 (or 0x721748) is unknown color: approx Pompadour. HEX triplet: 72, 17 and 48. RGB value is (114,23,72). Sum of RGB (Red+Green+Blue) = 114+23+72=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #721748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721748 is #8DE8B7. Grayscale: #373737. Windows color (decimal): -9300152 or 4724594. OLE color: 4724594.

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

Color convert

RGB1142372-
CMYK00.800.370.55
HSL327.69º66.42%26.86%-
HSV(B)327.69º79.82%44.71%-
XYZ8.424.666.59-
YUV55.79137.15169.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.55%
GREEN value IS 23 (9.38% from 255) = 11.00%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=54.55%
G=11.00%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114237200.800.370.55327.6966.4226.86
Hex7217480502537148421b
Octal162271100120456751010233
Binary111001010111100100001010000100101110111101001000100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721748; }

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

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

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

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

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

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

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

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