#562221

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

Shades of Red Oxide #562221

Tints of Red Oxide #562221

Color information

#562221 (or 0x562221) is unknown color: approx Red Oxide. HEX triplet: 56, 22 and 21. RGB value is (86,34,33). Sum of RGB (Red+Green+Blue) = 86+34+33=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #562221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562221 is #A9DDDE. Grayscale: #313131. Windows color (decimal): -11132383 or 2171478. OLE color: 2171478.

HSL color Cylindrical-coordinate representation of color #562221: hue angle of 1.13º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #562221 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB863433-
CMYK00.600.620.66
HSL1.13º44.54%23.33%-
HSV(B)1.13º61.63%33.73%-
XYZ4.683.231.82-
YUV49.43118.73154.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.21%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 33 (13.28% from 255) = 21.57%
R=56.21%
G=22.22%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86343300.600.620.661.1344.5423.33
Hex56222103C3E4212d17
Octal12642410747610215527
Binary101011010001010000101111001111101000010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562221; }

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

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

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

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

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

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

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

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