Html Css Color HEX #562220 Red Oxide

📋 copy color: '#562220'

red 86 ◦ green 34 ◦ blue 32

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

Shades of Red Oxide #562220

Tints of Red Oxide #562220

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

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

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

RGB 86 34 32 -
CMYK 0 0.60 0.63 0.66
HSL 2.22º 0.46% 0.23% -
HSV(B) 2.22º 0.63% 0.34% -
XYZ 4.67 3.23 1.74 -
YUV 49.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 86 34 32 0 0.60 0.63 0.66 2.22 0.46 0.23
Hex 56 22 20 0 3C 3F 42 2 2E 17
Octal 126 42 40 0 74 77 102 2 56 27
Binary 1010110 100010 100000 0 111100 111111 1000010 10 101110 10111

Color Harmonies of #562220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562220

Black with #562220

Text Example


Text Example

White with #562220

Text Example


Text Example

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