Html Css Color HEX #562121 Red Oxide

📋 copy color: '#562121'

red 86 ◦ green 33 ◦ blue 33

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

Shades of Red Oxide #562121

Tints of Red Oxide #562121

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

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

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

RGB 86 33 33 -
CMYK 0 0.62 0.62 0.66
HSL 0.45% 0.23% -
HSV(B) 0.62% 0.34% -
XYZ 4.66 3.18 1.81 -
YUV 48.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 86 33 33 0 0.62 0.62 0.66 0 0.45 0.23
Hex 56 21 21 0 3E 3E 42 0 2D 17
Octal 126 41 41 0 76 76 102 0 55 27
Binary 1010110 100001 100001 0 111110 111110 1000010 0 101101 10111

Color Harmonies of #562121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562121

Black with #562121

Text Example


Text Example

White with #562121

Text Example


Text Example

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