Html Css Color HEX #561609 Red Oxide

📋 copy color: '#561609'

red 86 ◦ green 22 ◦ blue 9

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

Shades of Red Oxide #561609

Tints of Red Oxide #561609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.8%

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

R = 73.5%
G = 18.8%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#561609 (or 0x561609) is known color: Red Oxide. HEX triplet: 56, 16 and 09. RGB value is (86,22,9). Sum of RGB (Red+Green+Blue) = 86+22+9=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #561609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561609 is #A9E9F6. Grayscale: #272727. Windows color (decimal): -11135479 or 595542. OLE color: 595542.

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

Color convert

RGB 86 22 9 -
CMYK 0 0.74 0.90 0.66
HSL 10.13º 0.81% 0.19% -
HSV(B) 10.13º 0.9% 0.34% -
XYZ 4.17 2.57 0.53 -
YUV 39.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 86 22 9 0 0.74 0.90 0.66 10.13 0.81 0.19
Hex 56 16 9 0 4A 5A 42 A 51 13
Octal 126 26 11 0 112 132 102 12 121 23
Binary 1010110 10110 1001 0 1001010 1011010 1000010 1010 1010001 10011

Color Harmonies of #561609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561609

Black with #561609

Text Example


Text Example

White with #561609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561609; }

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

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

background-color css

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

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

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

border-color css

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

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

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