#722341

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

Shades of Pompadour #722341

Tints of Pompadour #722341

Color information

#722341 (or 0x722341) is unknown color: approx Pompadour. HEX triplet: 72, 23 and 41. RGB value is (114,35,65). Sum of RGB (Red+Green+Blue) = 114+35+65=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #722341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722341 is #8DDCBE. Grayscale: #3D3D3D. Windows color (decimal): -9297087 or 4268914. OLE color: 4268914.

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

Color convert

RGB1143565-
CMYK00.690.430.55
HSL337.22º53.02%29.22%-
HSV(B)337.22º69.3%44.71%-
XYZ8.495.165.55-
YUV62.04129.67165.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.27%
GREEN value IS 35 (14.06% from 255) = 16.36%
BLUE value IS 65 (25.78% from 255) = 30.37%
R=53.27%
G=16.36%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114356500.690.430.55337.2253.0229.22
Hex7223410452B37151351d
Octal16243101010553675216535
Binary111001010001110000010100010110101111011110101000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722341; }

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

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

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

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

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

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

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

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