#721041

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

Shades of Pompadour #721041

Tints of Pompadour #721041

Color information

#721041 (or 0x721041) is unknown color: approx Pompadour. HEX triplet: 72, 10 and 41. RGB value is (114,16,65). Sum of RGB (Red+Green+Blue) = 114+16+65=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #721041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721041 is #8DEFBE. Grayscale: #323232. Windows color (decimal): -9301951 or 4264050. OLE color: 4264050.

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

Color convert

RGB1141665-
CMYK00.860.430.55
HSL330º75.38%25.49%-
HSV(B)330º85.96%44.71%-
XYZ8.084.335.41-
YUV50.89135.97173.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.46%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 65 (25.78% from 255) = 33.33%
R=58.46%
G=8.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114166500.860.430.5533075.3825.49
Hex7210410562B3714a4b19
Octal162201010126536751211331
Binary111001010000100000101010110101011110111101001010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721041; }

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

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

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

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

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

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

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

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