#562121

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

Shades of Red Oxide #562121

Tints of Red Oxide #562121

Color information

#562121 (or 0x562121) is unknown color: approx Red Oxide. HEX triplet: 56, 21 and 21. RGB value is (86,33,33). Sum of RGB (Red+Green+Blue) = 86+33+33=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #562121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562121 is #A9DEDE. Grayscale: #303030. Windows color (decimal): -11132639 or 2171222. OLE color: 2171222.

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

Color convert

RGB863333-
CMYK00.620.620.66
HSL44.54%23.33%-
HSV(B)61.63%33.73%-
XYZ4.663.181.81-
YUV48.85119.06154.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 33 (13.28% from 255) = 21.71%
BLUE value IS 33 (13.28% from 255) = 21.71%
R=56.58%
G=21.71%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86333300.620.620.66044.5423.33
Hex56212103E3E4202d17
Octal12641410767610205527
Binary101011010000110000101111101111101000010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562121; }

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

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

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

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

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

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

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

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