#56201B

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

Shades of Red Oxide #56201B

Tints of Red Oxide #56201B

Color information

#56201B (or 0x56201B) is unknown color: approx Red Oxide. HEX triplet: 56, 20 and 1B. RGB value is (86,32,27). Sum of RGB (Red+Green+Blue) = 86+32+27=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #56201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56201B is #A9DFE4. Grayscale: #2F2F2F. Windows color (decimal): -11132901 or 1777750. OLE color: 1777750.

HSL color Cylindrical-coordinate representation of color #56201B: hue angle of 5.08º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56201B is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB863227-
CMYK00.630.690.66
HSL5.08º52.21%22.16%-
HSV(B)5.08º68.6%33.73%-
XYZ4.553.091.39-
YUV47.58116.39155.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.31%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 27 (10.94% from 255) = 18.62%
R=59.31%
G=22.07%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86322700.630.690.665.0852.2122.16
Hex56201B03F454253416
Octal126403307710510256426
Binary10101101000001101101111111000101100001010111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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