#562542

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

Shades of Pompadour #562542

Tints of Pompadour #562542

Color information

#562542 (or 0x562542) is unknown color: approx Pompadour. HEX triplet: 56, 25 and 42. RGB value is (86,37,66). Sum of RGB (Red+Green+Blue) = 86+37+66=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #562542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562542 is #A9DABD. Grayscale: #363636. Windows color (decimal): -11131582 or 4334934. OLE color: 4334934.

HSL color Cylindrical-coordinate representation of color #562542: hue angle of 324.49º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #562542 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB863766-
CMYK00.570.230.66
HSL324.49º39.84%24.12%-
HSV(B)324.49º56.98%33.73%-
XYZ5.483.695.58-
YUV54.96134.23150.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 37 (14.84% from 255) = 19.58%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=45.50%
G=19.58%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86376600.570.230.66324.4939.8424.12
Hex56254203917421442818
Octal12645102071271025045030
Binary10101101001011000010011100110111100001010100010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562542; }

 p { color: rgb(86,37,66); }

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

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

 a { background-color: rgb(86,37,66); }

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

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

 span { border-color: rgb(86,37,66); }

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