Html Css Color HEX #561809 Red Oxide

📋 copy color: '#561809'

red 86 ◦ green 24 ◦ blue 9

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

Shades of Red Oxide #561809

Tints of Red Oxide #561809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.17%

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

R = 72.27%
G = 20.17%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#561809 (or 0x561809) is known color: Red Oxide. HEX triplet: 56, 18 and 09. RGB value is (86,24,9). Sum of RGB (Red+Green+Blue) = 86+24+9=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #561809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561809 is #A9E7F6. Grayscale: #282828. Windows color (decimal): -11134967 or 596054. OLE color: 596054.

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

Color convert

RGB 86 24 9 -
CMYK 0 0.72 0.90 0.66
HSL 11.69º 0.81% 0.19% -
HSV(B) 11.69º 0.9% 0.34% -
XYZ 4.21 2.65 0.55 -
YUV 40.83 110.04 160.22 -
System Red Green Blue C M Y K H S L
Decimal 86 24 9 0 0.72 0.90 0.66 11.69 0.81 0.19
Hex 56 18 9 0 48 5A 42 C 51 13
Octal 126 30 11 0 110 132 102 14 121 23
Binary 1010110 11000 1001 0 1001000 1011010 1000010 1100 1010001 10011

Color Harmonies of #561809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561809

Black with #561809

Text Example


Text Example

White with #561809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561809; }

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

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

background-color css

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

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

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

border-color css

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

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

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