Html Css Color HEX #561600 Red Oxide

📋 copy color: '#561600'

red 86 ◦ green 22 ◦ blue 0

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

Shades of Red Oxide #561600

Tints of Red Oxide #561600

RGB

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

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

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

R = 79.63%
G = 20.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#561600 (or 0x561600) is known color: Red Oxide. HEX triplet: 56, 16 and 00. RGB value is (86,22,0). Sum of RGB (Red+Green+Blue) = 86+22+0=108 (14% of max value = 765). Red value is 86 (33.98% from 255 or 79.63% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 86 - color contains mainly: red. Hex color #561600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561600 is #A9E9FF. Grayscale: #262626. Windows color (decimal): -11135488 or 5718. OLE color: 5718.

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

Color convert

RGB 86 22 0 -
CMYK 0 0.74 1 0.66
HSL 15.35º 1% 0.17% -
HSV(B) 15.35º 1% 0.34% -
XYZ 4.12 2.55 0.28 -
YUV 38.63 106.2 161.79 -
System Red Green Blue C M Y K H S L
Decimal 86 22 0 0 0.74 1 0.66 15.35 1 0.17
Hex 56 16 0 0 4A 64 42 F 64 11
Octal 126 26 0 0 112 144 102 17 144 21
Binary 1010110 10110 0 0 1001010 1100100 1000010 1111 1100100 10001

Color Harmonies of #561600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561600

Black with #561600

Text Example


Text Example

White with #561600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561600; }

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

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

background-color css

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

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

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

border-color css

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

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

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