Html Css Color HEX #561209 Red Oxide

📋 copy color: '#561209'

red 86 ◦ green 18 ◦ blue 9

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

Shades of Red Oxide #561209

Tints of Red Oxide #561209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.96%

R = 76.11%
G = 15.93%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#561209 (or 0x561209) is known color: Red Oxide. HEX triplet: 56, 12 and 09. RGB value is (86,18,9). Sum of RGB (Red+Green+Blue) = 86+18+9=113 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.11% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 86 - color contains mainly: red. Hex color #561209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561209 is #A9EDF6. Grayscale: #252525. Windows color (decimal): -11136503 or 594518. OLE color: 594518.

HSL color Cylindrical-coordinate representation of color #561209: hue angle of 7.01º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #561209 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 18 9 -
CMYK 0 0.79 0.90 0.66
HSL 7.01º 0.81% 0.19% -
HSV(B) 7.01º 0.9% 0.34% -
XYZ 4.1 2.43 0.51 -
YUV 37.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 86 18 9 0 0.79 0.90 0.66 7.01 0.81 0.19
Hex 56 12 9 0 4F 5A 42 7 51 13
Octal 126 22 11 0 117 132 102 7 121 23
Binary 1010110 10010 1001 0 1001111 1011010 1000010 111 1010001 10011

Color Harmonies of #561209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561209

Black with #561209

Text Example


Text Example

White with #561209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561209; }

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

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

background-color css

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

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

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

border-color css

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

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

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