Html Css Color HEX #561A11 Red Oxide

📋 copy color: '#561A11'

red 86 ◦ green 26 ◦ blue 17

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

Shades of Red Oxide #561A11

Tints of Red Oxide #561A11

RGB

 RED value IS 86 (33.98% from 255) = 66.67%

 GREEN value IS 26 (10.55% from 255) = 20.16%

 BLUE value IS 17 (7.03% from 255) = 13.18%

R = 66.67%
G = 20.16%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#561A11 (or 0x561A11) is known color: Red Oxide. HEX triplet: 56, 1A and 11. RGB value is (86,26,17). Sum of RGB (Red+Green+Blue) = 86+26+17=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #561A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561A11 is #A9E5EE. Grayscale: #2B2B2B. Windows color (decimal): -11134447 or 1120854. OLE color: 1120854.

HSL color Cylindrical-coordinate representation of color #561A11: hue angle of 7.83º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561A11 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 26 17 -
CMYK 0 0.70 0.80 0.66
HSL 7.83º 0.67% 0.2% -
HSV(B) 7.83º 0.8% 0.34% -
XYZ 4.31 2.76 0.84 -
YUV 42.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 86 26 17 0 0.70 0.80 0.66 7.83 0.67 0.2
Hex 56 1A 11 0 46 50 42 8 43 14
Octal 126 32 21 0 106 120 102 10 103 24
Binary 1010110 11010 10001 0 1000110 1010000 1000010 1000 1000011 10100

Color Harmonies of #561A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561A11

Black with #561A11

Text Example


Text Example

White with #561A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561A11; }

 p { color: rgb(86,26,17); }

 H1.HeaderClassName
 {
   color: #561A11;
 }
 .AnyTagClassName
 {
   color: #561A11;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #561A11;
 }
 .BgClassName
 {
   background-color: #561A11;
 }
</style>

border-color css

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

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

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