#721339

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

Shades of Pompadour #721339

Tints of Pompadour #721339

Color information

#721339 (or 0x721339) is unknown color: approx Pompadour. HEX triplet: 72, 13 and 39. RGB value is (114,19,57). Sum of RGB (Red+Green+Blue) = 114+19+57=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #721339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721339 is #8DECC6. Grayscale: #333333. Windows color (decimal): -9301191 or 3740530. OLE color: 3740530.

HSL color Cylindrical-coordinate representation of color #721339: hue angle of 336º 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 #721339 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1141957-
CMYK00.830.500.55
HSL336º71.43%26.08%-
HSV(B)336º83.33%44.71%-
XYZ7.914.344.29-
YUV51.74130.97172.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 19 (7.81% from 255) = 10%
BLUE value IS 57 (22.66% from 255) = 30%
R=60%
G=10%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114195700.830.500.5533671.4326.08
Hex7213390533237150471a
Octal16223710123626752010732
Binary11100101001111100101010011110010110111101010000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721339; }

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

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

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

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

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

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

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

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