Html Css Color HEX #561311 Red Oxide

📋 copy color: '#561311'

red 86 ◦ green 19 ◦ blue 17

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

Shades of Red Oxide #561311

Tints of Red Oxide #561311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.57%

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

R = 70.49%
G = 15.57%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#561311 (or 0x561311) is known color: Red Oxide. HEX triplet: 56, 13 and 11. RGB value is (86,19,17). Sum of RGB (Red+Green+Blue) = 86+19+17=122 (16% of max value = 765). Red value is 86 (33.98% from 255 or 70.49% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 86 - color contains mainly: red. Hex color #561311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561311 is #A9ECEE. Grayscale: #262626. Windows color (decimal): -11136239 or 1119062. OLE color: 1119062.

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

Color convert

RGB 86 19 17 -
CMYK 0 0.78 0.80 0.66
HSL 1.74º 0.67% 0.2% -
HSV(B) 1.74º 0.8% 0.34% -
XYZ 4.17 2.48 0.79 -
YUV 38.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 86 19 17 0 0.78 0.80 0.66 1.74 0.67 0.2
Hex 56 13 11 0 4E 50 42 2 43 14
Octal 126 23 21 0 116 120 102 2 103 24
Binary 1010110 10011 10001 0 1001110 1010000 1000010 10 1000011 10100

Color Harmonies of #561311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561311

Black with #561311

Text Example


Text Example

White with #561311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561311; }

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

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

background-color css

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

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

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

border-color css

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

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

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