Html Css Color HEX #561400 Red Oxide

📋 copy color: '#561400'

red 86 ◦ green 20 ◦ blue 0

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

Shades of Red Oxide #561400

Tints of Red Oxide #561400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.13%
G = 18.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#561400 (or 0x561400) is known color: Red Oxide. HEX triplet: 56, 14 and 00. RGB value is (86,20,0). Sum of RGB (Red+Green+Blue) = 86+20+0=106 (14% of max value = 765). Red value is 86 (33.98% from 255 or 81.13% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 86 - color contains mainly: red. Hex color #561400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561400 is #A9EBFF. Grayscale: #252525. Windows color (decimal): -11136000 or 5206. OLE color: 5206.

HSL color Cylindrical-coordinate representation of color #561400: hue angle of 13.95º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #561400 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 20 0 -
CMYK 0 0.77 1 0.66
HSL 13.95º 1% 0.17% -
HSV(B) 13.95º 1% 0.34% -
XYZ 4.09 2.48 0.26 -
YUV 37.45 106.87 162.63 -
System Red Green Blue C M Y K H S L
Decimal 86 20 0 0 0.77 1 0.66 13.95 1 0.17
Hex 56 14 0 0 4D 64 42 E 64 11
Octal 126 24 0 0 115 144 102 16 144 21
Binary 1010110 10100 0 0 1001101 1100100 1000010 1110 1100100 10001

Color Harmonies of #561400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561400

Black with #561400

Text Example


Text Example

White with #561400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561400; }

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

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

background-color css

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

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

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

border-color css

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

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

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