#561600

Color #561600 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #561600

Tints of Red Oxide #561600

Color information

#561600 (or 0x561600) is unknown color: approx 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

RGB86220-
CMYK00.7410.66
HSL15.35º100%16.86%-
HSV(B)15.35º100%33.73%-
XYZ4.122.550.28-
YUV38.63106.2161.79-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8622000.7410.6615.3510016.86
Hex5616004A6442f6411
Octal12626001121441021714421
Binary101011010110001001010110010010000101111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>