#721F41

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

Shades of Pompadour #721F41

Tints of Pompadour #721F41

Color information

#721F41 (or 0x721F41) is unknown color: approx Pompadour. HEX triplet: 72, 1F and 41. RGB value is (114,31,65). Sum of RGB (Red+Green+Blue) = 114+31+65=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #721F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721F41 is #8DE0BE. Grayscale: #3B3B3B. Windows color (decimal): -9298111 or 4267890. OLE color: 4267890.

HSL color Cylindrical-coordinate representation of color #721F41: hue angle of 335.42º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #721F41 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1143165-
CMYK00.730.430.55
HSL335.42º57.24%28.43%-
HSV(B)335.42º72.81%44.71%-
XYZ8.384.945.51-
YUV59.69131166.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.29%
GREEN value IS 31 (12.5% from 255) = 14.76%
BLUE value IS 65 (25.78% from 255) = 30.95%
R=54.29%
G=14.76%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114316500.730.430.55335.4257.2428.43
Hex721F410492B3714f391c
Octal16237101011153675177134
Binary11100101111110000010100100110101111011110100111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721F41; }

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

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

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

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

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

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

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

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