#562020

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

Shades of Red Oxide #562020

Tints of Red Oxide #562020

Color information

#562020 (or 0x562020) is unknown color: approx Red Oxide. HEX triplet: 56, 20 and 20. RGB value is (86,32,32). Sum of RGB (Red+Green+Blue) = 86+32+32=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #562020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562020 is #A9DFDF. Grayscale: #303030. Windows color (decimal): -11132896 or 2105430. OLE color: 2105430.

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

Color convert

RGB863232-
CMYK00.630.630.66
HSL45.76%23.14%-
HSV(B)62.79%33.73%-
XYZ4.613.121.72-
YUV48.15118.89155-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 57.33%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=57.33%
G=21.33%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86323200.630.630.66045.7623.14
Hex56202003F3F4202e17
Octal12640400777710205627
Binary101011010000010000001111111111111000010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562020; }

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

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

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

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

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

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

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

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