Html Css Color HEX #561411 Red Oxide

📋 copy color: '#561411'

red 86 ◦ green 20 ◦ blue 17

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

Shades of Red Oxide #561411

Tints of Red Oxide #561411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.26%

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

R = 69.92%
G = 16.26%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#561411 (or 0x561411) is known color: Red Oxide. HEX triplet: 56, 14 and 11. RGB value is (86,20,17). Sum of RGB (Red+Green+Blue) = 86+20+17=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #561411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561411 is #A9EBEE. Grayscale: #272727. Windows color (decimal): -11135983 or 1119318. OLE color: 1119318.

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

Color convert

RGB 86 20 17 -
CMYK 0 0.77 0.80 0.66
HSL 2.61º 0.67% 0.2% -
HSV(B) 2.61º 0.8% 0.34% -
XYZ 4.19 2.52 0.8 -
YUV 39.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 86 20 17 0 0.77 0.80 0.66 2.61 0.67 0.2
Hex 56 14 11 0 4D 50 42 3 43 14
Octal 126 24 21 0 115 120 102 3 103 24
Binary 1010110 10100 10001 0 1001101 1010000 1000010 11 1000011 10100

Color Harmonies of #561411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561411

Black with #561411

Text Example


Text Example

White with #561411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561411; }

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

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

background-color css

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

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

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

border-color css

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

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

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