#561200

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

Shades of Red Oxide #561200

Tints of Red Oxide #561200

Color information

#561200 (or 0x561200) is unknown color: approx Red Oxide. HEX triplet: 56, 12 and 00. RGB value is (86,18,0). Sum of RGB (Red+Green+Blue) = 86+18+0=104 (13% of max value = 765). Red value is 86 (33.98% from 255 or 82.69% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 86 - color contains mainly: red. Hex color #561200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561200 is #A9EDFF. Grayscale: #242424. Windows color (decimal): -11136512 or 4694. OLE color: 4694.

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

Color convert

RGB86180-
CMYK00.7910.66
HSL12.56º100%16.86%-
HSV(B)12.56º100%33.73%-
XYZ4.052.410.25-
YUV36.28107.53163.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 82.69%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.69%
G=17.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8618000.7910.6612.5610016.86
Hex5612004F6442d6411
Octal12622001171441021514421
Binary101011010010001001111110010010000101101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561200; }

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

 H1.HeaderClassName
 {
   color: #561200;
 }
 .AnyTagClassName
 {
   color: #561200;
 }
</style>
background-color css

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

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

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

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

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

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