Html Css Color HEX #561211 Red Oxide

📋 copy color: '#561211'

red 86 ◦ green 18 ◦ blue 17

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

Shades of Red Oxide #561211

Tints of Red Oxide #561211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.88%

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

R = 71.07%
G = 14.88%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#561211 (or 0x561211) is known color: Red Oxide. HEX triplet: 56, 12 and 11. RGB value is (86,18,17). Sum of RGB (Red+Green+Blue) = 86+18+17=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #561211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561211 is #A9EDEE. Grayscale: #262626. Windows color (decimal): -11136495 or 1118806. OLE color: 1118806.

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

Color convert

RGB 86 18 17 -
CMYK 0 0.79 0.80 0.66
HSL 0.87º 0.67% 0.2% -
HSV(B) 0.87º 0.8% 0.34% -
XYZ 4.16 2.45 0.78 -
YUV 38.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 86 18 17 0 0.79 0.80 0.66 0.87 0.67 0.2
Hex 56 12 11 0 4F 50 42 1 43 14
Octal 126 22 21 0 117 120 102 1 103 24
Binary 1010110 10010 10001 0 1001111 1010000 1000010 1 1000011 10100

Color Harmonies of #561211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561211

Black with #561211

Text Example


Text Example

White with #561211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561211; }

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

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

background-color css

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

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

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

border-color css

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

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

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