#562240

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

Shades of Pompadour #562240

Tints of Pompadour #562240

Color information

#562240 (or 0x562240) is unknown color: approx Pompadour. HEX triplet: 56, 22 and 40. RGB value is (86,34,64). Sum of RGB (Red+Green+Blue) = 86+34+64=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #562240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562240 is #A9DDBF. Grayscale: #343434. Windows color (decimal): -11132352 or 4203094. OLE color: 4203094.

HSL color Cylindrical-coordinate representation of color #562240: hue angle of 325.38º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #562240 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB863464-
CMYK00.600.260.66
HSL325.38º43.33%23.53%-
HSV(B)325.38º60.47%33.73%-
XYZ5.343.495.24-
YUV52.97134.23151.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.74%
GREEN value IS 34 (13.67% from 255) = 18.48%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=46.74%
G=18.48%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86346400.600.260.66325.3843.3323.53
Hex56224003C1A421452b18
Octal12642100074321025055330
Binary10101101000101000000011110011010100001010100010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562240; }

 p { color: rgb(86,34,64); }

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

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

 a { background-color: rgb(86,34,64); }

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

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

 span { border-color: rgb(86,34,64); }

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