#562342

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

Shades of Pompadour #562342

Tints of Pompadour #562342

Color information

#562342 (or 0x562342) is unknown color: approx Pompadour. HEX triplet: 56, 23 and 42. RGB value is (86,35,66). Sum of RGB (Red+Green+Blue) = 86+35+66=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #562342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562342 is #A9DCBD. Grayscale: #353535. Windows color (decimal): -11132094 or 4334422. OLE color: 4334422.

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

Color convert

RGB863566-
CMYK00.590.230.66
HSL323.53º42.15%23.73%-
HSV(B)323.53º59.3%33.73%-
XYZ5.423.575.56-
YUV53.78134.9150.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.99%
GREEN value IS 35 (14.06% from 255) = 18.72%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=45.99%
G=18.72%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86356600.590.230.66323.5342.1523.73
Hex56234203B17421442a18
Octal12643102073271025045230
Binary10101101000111000010011101110111100001010100010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562342; }

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

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

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

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

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

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

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

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