#721640

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

Shades of Pompadour #721640

Tints of Pompadour #721640

Color information

#721640 (or 0x721640) is unknown color: approx Pompadour. HEX triplet: 72, 16 and 40. RGB value is (114,22,64). Sum of RGB (Red+Green+Blue) = 114+22+64=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #721640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721640 is #8DE9BF. Grayscale: #363636. Windows color (decimal): -9300416 or 4200050. OLE color: 4200050.

HSL color Cylindrical-coordinate representation of color #721640: hue angle of 332.61º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721640 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB1142264-
CMYK00.810.440.55
HSL332.61º67.65%26.67%-
HSV(B)332.61º80.7%44.71%-
XYZ8.154.525.29-
YUV54.3133.48170.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57%
GREEN value IS 22 (8.98% from 255) = 11%
BLUE value IS 64 (25.39% from 255) = 32%
R=57%
G=11%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114226400.810.440.55332.6167.6526.67
Hex7216400512C3714d441b
Octal162261000121546751510433
Binary111001010110100000001010001101100110111101001101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721640; }

 p { color: rgb(114,22,64); }

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

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

 a { background-color: rgb(114,22,64); }

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

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

 span { border-color: rgb(114,22,64); }

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