#56203E

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

Shades of Pompadour #56203E

Tints of Pompadour #56203E

Color information

#56203E (or 0x56203E) is unknown color: approx Pompadour. HEX triplet: 56, 20 and 3E. RGB value is (86,32,62). Sum of RGB (Red+Green+Blue) = 86+32+62=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #56203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56203E is #A9DFC1. Grayscale: #333333. Windows color (decimal): -11132866 or 4071510. OLE color: 4071510.

HSL color Cylindrical-coordinate representation of color #56203E: hue angle of 326.67º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56203E is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB863262-
CMYK00.630.280.66
HSL326.67º45.76%23.14%-
HSV(B)326.67º62.79%33.73%-
XYZ5.223.364.93-
YUV51.57133.89152.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.78%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 62 (24.61% from 255) = 34.44%
R=47.78%
G=17.78%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86326200.630.280.66326.6745.7623.14
Hex56203E03F1C421472e17
Octal1264076077341025075627
Binary1010110100000111110011111111100100001010100011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56203E; }

 p { color: rgb(86,32,62); }

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

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

 a { background-color: rgb(86,32,62); }

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

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

 span { border-color: rgb(86,32,62); }

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