#721641

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

Shades of Pompadour #721641

Tints of Pompadour #721641

Color information

#721641 (or 0x721641) is unknown color: approx Pompadour. HEX triplet: 72, 16 and 41. RGB value is (114,22,65). Sum of RGB (Red+Green+Blue) = 114+22+65=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #721641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721641 is #8DE9BE. Grayscale: #363636. Windows color (decimal): -9300415 or 4265586. OLE color: 4265586.

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

Color convert

RGB1142265-
CMYK00.810.430.55
HSL331.96º67.65%26.67%-
HSV(B)331.96º80.7%44.71%-
XYZ8.184.535.44-
YUV54.41133.98170.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=56.72%
G=10.95%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114226500.810.430.55331.9667.6526.67
Hex7216410512B3714c441b
Octal162261010121536751410433
Binary111001010110100000101010001101011110111101001100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721641; }

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

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

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

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

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

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

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

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