#562642

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

Shades of Pompadour #562642

Tints of Pompadour #562642

Color information

#562642 (or 0x562642) is unknown color: approx Pompadour. HEX triplet: 56, 26 and 42. RGB value is (86,38,66). Sum of RGB (Red+Green+Blue) = 86+38+66=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #562642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562642 is #A9D9BD. Grayscale: #373737. Windows color (decimal): -11131326 or 4335190. OLE color: 4335190.

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

Color convert

RGB863866-
CMYK00.560.230.66
HSL325º38.71%24.31%-
HSV(B)325º55.81%33.73%-
XYZ5.513.765.59-
YUV55.54133.9149.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=45.26%
G=20%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86386600.560.230.6632538.7124.31
Hex56264203817421452718
Octal12646102070271025054730
Binary10101101001101000010011100010111100001010100010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562642; }

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

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

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

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

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

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

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

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