#562120

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

Shades of Red Oxide #562120

Tints of Red Oxide #562120

Color information

#562120 (or 0x562120) is unknown color: approx Red Oxide. HEX triplet: 56, 21 and 20. RGB value is (86,33,32). Sum of RGB (Red+Green+Blue) = 86+33+32=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #562120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562120 is #A9DEDF. Grayscale: #303030. Windows color (decimal): -11132640 or 2105686. OLE color: 2105686.

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

Color convert

RGB863332-
CMYK00.620.630.66
HSL1.11º45.76%23.14%-
HSV(B)1.11º62.79%33.73%-
XYZ4.643.171.73-
YUV48.73118.56154.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.95%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=56.95%
G=21.85%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86333200.620.630.661.1145.7623.14
Hex56212003E3F4212e17
Octal12641400767710215627
Binary101011010000110000001111101111111000010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562120; }

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

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

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

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

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

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

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

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