#56203C

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

Shades of Pompadour #56203C

Tints of Pompadour #56203C

Color information

#56203C (or 0x56203C) is unknown color: approx Pompadour. HEX triplet: 56, 20 and 3C. RGB value is (86,32,60). Sum of RGB (Red+Green+Blue) = 86+32+60=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #56203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56203C is #A9DFC3. Grayscale: #333333. Windows color (decimal): -11132868 or 3940438. OLE color: 3940438.

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

Color convert

RGB863260-
CMYK00.630.300.66
HSL328.89º45.76%23.14%-
HSV(B)328.89º62.79%33.73%-
XYZ5.173.344.65-
YUV51.34132.89152.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.31%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 60 (23.83% from 255) = 33.71%
R=48.31%
G=17.98%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86326000.630.300.66328.8945.7623.14
Hex56203C03F1E421492e17
Octal1264074077361025115627
Binary1010110100000111100011111111110100001010100100110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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