#721244

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

Shades of Pompadour #721244

Tints of Pompadour #721244

Color information

#721244 (or 0x721244) is unknown color: approx Pompadour. HEX triplet: 72, 12 and 44. RGB value is (114,18,68). Sum of RGB (Red+Green+Blue) = 114+18+68=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #721244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721244 is #8DEDBB. Grayscale: #343434. Windows color (decimal): -9301436 or 4461170. OLE color: 4461170.

HSL color Cylindrical-coordinate representation of color #721244: hue angle of 328.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721244 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB1141868-
CMYK00.840.400.55
HSL328.75º72.73%25.88%-
HSV(B)328.75º84.21%44.71%-
XYZ8.24.435.89-
YUV52.4136.8171.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57%
GREEN value IS 18 (7.42% from 255) = 9%
BLUE value IS 68 (26.95% from 255) = 34%
R=57%
G=9%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114186800.840.400.55328.7572.7325.88
Hex7212440542837149491a
Octal162221040124506751111132
Binary111001010010100010001010100101000110111101001001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721244; }

 p { color: rgb(114,18,68); }

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

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

 a { background-color: rgb(114,18,68); }

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

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

 span { border-color: rgb(114,18,68); }

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