#562220

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

Shades of Red Oxide #562220

Tints of Red Oxide #562220

Color information

#562220 (or 0x562220) is unknown color: approx Red Oxide. HEX triplet: 56, 22 and 20. RGB value is (86,34,32). Sum of RGB (Red+Green+Blue) = 86+34+32=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #562220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562220 is #A9DDDF. Grayscale: #313131. Windows color (decimal): -11132384 or 2105942. OLE color: 2105942.

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

Color convert

RGB863432-
CMYK00.600.630.66
HSL2.22º45.76%23.14%-
HSV(B)2.22º62.79%33.73%-
XYZ4.673.231.74-
YUV49.32118.23154.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=56.58%
G=22.37%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86343200.600.630.662.2245.7623.14
Hex56222003C3F4222e17
Octal12642400747710225627
Binary1010110100010100000011110011111110000101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562220; }

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

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

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

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

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

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

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

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