#721342

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

Shades of Pompadour #721342

Tints of Pompadour #721342

Color information

#721342 (or 0x721342) is unknown color: approx Pompadour. HEX triplet: 72, 13 and 42. RGB value is (114,19,66). Sum of RGB (Red+Green+Blue) = 114+19+66=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #721342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721342 is #8DECBD. Grayscale: #343434. Windows color (decimal): -9301182 or 4330354. OLE color: 4330354.

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

Color convert

RGB1141966-
CMYK00.830.420.55
HSL330.32º71.43%26.08%-
HSV(B)330.32º83.33%44.71%-
XYZ8.164.445.58-
YUV52.76135.47171.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 66 (26.17% from 255) = 33.17%
R=57.29%
G=9.55%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114196600.830.420.55330.3271.4326.08
Hex7213420532A3714a471a
Octal162231020123526751210732
Binary111001010011100001001010011101010110111101001010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721342; }

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

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

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

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

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

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

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

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