#56203B

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

Shades of Pompadour #56203B

Tints of Pompadour #56203B

Color information

#56203B (or 0x56203B) is unknown color: approx Pompadour. HEX triplet: 56, 20 and 3B. RGB value is (86,32,59). Sum of RGB (Red+Green+Blue) = 86+32+59=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #56203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56203B is #A9DFC4. Grayscale: #333333. Windows color (decimal): -11132869 or 3874902. OLE color: 3874902.

HSL color Cylindrical-coordinate representation of color #56203B: hue angle of 330º 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 #56203B is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB863259-
CMYK00.630.310.66
HSL330º45.76%23.14%-
HSV(B)330º62.79%33.73%-
XYZ5.143.334.51-
YUV51.22132.39152.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 59 (23.44% from 255) = 33.33%
R=48.59%
G=18.08%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86325900.630.310.6633045.7623.14
Hex56203B03F1F4214a2e17
Octal1264073077371025125627
Binary1010110100000111011011111111111100001010100101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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