#562442

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

Shades of Pompadour #562442

Tints of Pompadour #562442

Color information

#562442 (or 0x562442) is unknown color: approx Pompadour. HEX triplet: 56, 24 and 42. RGB value is (86,36,66). Sum of RGB (Red+Green+Blue) = 86+36+66=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #562442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562442 is #A9DBBD. Grayscale: #363636. Windows color (decimal): -11131838 or 4334678. OLE color: 4334678.

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

Color convert

RGB863666-
CMYK00.580.230.66
HSL324º40.98%23.92%-
HSV(B)324º58.14%33.73%-
XYZ5.453.635.57-
YUV54.37134.56150.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.74%
GREEN value IS 36 (14.45% from 255) = 19.15%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=45.74%
G=19.15%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86366600.580.230.6632440.9823.92
Hex56244203A17421442918
Octal12644102072271025045130
Binary10101101001001000010011101010111100001010100010010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562442; }

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

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

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

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

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

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

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

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