#722141

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

Shades of Pompadour #722141

Tints of Pompadour #722141

Color information

#722141 (or 0x722141) is unknown color: approx Pompadour. HEX triplet: 72, 21 and 41. RGB value is (114,33,65). Sum of RGB (Red+Green+Blue) = 114+33+65=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #722141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722141 is #8DDEBE. Grayscale: #3C3C3C. Windows color (decimal): -9297599 or 4268402. OLE color: 4268402.

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

Color convert

RGB1143365-
CMYK00.710.430.55
HSL336.3º55.1%28.82%-
HSV(B)336.3º71.05%44.71%-
XYZ8.445.055.53-
YUV60.87130.34165.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.77%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 65 (25.78% from 255) = 30.66%
R=53.77%
G=15.57%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114336500.710.430.55336.355.128.82
Hex7221410472B37150371d
Octal16241101010753675206735
Binary111001010000110000010100011110101111011110101000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722141; }

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

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

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

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

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

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

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

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