#721241

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

Shades of Pompadour #721241

Tints of Pompadour #721241

Color information

#721241 (or 0x721241) is unknown color: approx Pompadour. HEX triplet: 72, 12 and 41. RGB value is (114,18,65). Sum of RGB (Red+Green+Blue) = 114+18+65=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #721241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721241 is #8DEDBE. Grayscale: #333333. Windows color (decimal): -9301439 or 4264562. OLE color: 4264562.

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

Color convert

RGB1141865-
CMYK00.840.430.55
HSL330.62º72.73%25.88%-
HSV(B)330.62º84.21%44.71%-
XYZ8.114.395.42-
YUV52.06135.3172.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.87%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 65 (25.78% from 255) = 32.99%
R=57.87%
G=9.14%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114186500.840.430.55330.6272.7325.88
Hex7212410542B3714b491a
Octal162221010124536751311132
Binary111001010010100000101010100101011110111101001011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721241; }

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

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

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

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

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

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

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

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