#721542

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

Shades of Pompadour #721542

Tints of Pompadour #721542

Color information

#721542 (or 0x721542) is unknown color: approx Pompadour. HEX triplet: 72, 15 and 42. RGB value is (114,21,66). Sum of RGB (Red+Green+Blue) = 114+21+66=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #721542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721542 is #8DEABD. Grayscale: #353535. Windows color (decimal): -9300670 or 4330866. OLE color: 4330866.

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

Color convert

RGB1142166-
CMYK00.820.420.55
HSL330.97º68.89%26.47%-
HSV(B)330.97º81.58%44.71%-
XYZ8.194.515.59-
YUV53.94134.81170.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=56.72%
G=10.45%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114216600.820.420.55330.9768.8926.47
Hex7215420522A3714b451a
Octal162251020122526751310532
Binary111001010101100001001010010101010110111101001011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721542; }

 p { color: rgb(114,21,66); }

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

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

 a { background-color: rgb(114,21,66); }

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

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

 span { border-color: rgb(114,21,66); }

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