Html Css Color HEX #562221 Red Oxide

📋 copy color: '#562221'

red 86 ◦ green 34 ◦ blue 33

#562221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #562221

Tints of Red Oxide #562221

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 value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#562221 (or 0x562221) is known color: 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

RGB 86 34 33 -
CMYK 0 0.60 0.62 0.66
HSL 1.13º 0.45% 0.23% -
HSV(B) 1.13º 0.62% 0.34% -
XYZ 4.68 3.23 1.82 -
YUV 49.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 86 34 33 0 0.60 0.62 0.66 1.13 0.45 0.23
Hex 56 22 21 0 3C 3E 42 1 2D 17
Octal 126 42 41 0 74 76 102 1 55 27
Binary 1010110 100010 100001 0 111100 111110 1000010 1 101101 10111

Color Harmonies of #562221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562221

Black with #562221

Text Example


Text Example

White with #562221

Text Example


Text Example

HTML Codes & Css Web 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>