#561300

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

Shades of Red Oxide #561300

Tints of Red Oxide #561300

Color information

#561300 (or 0x561300) is unknown color: approx Red Oxide. HEX triplet: 56, 13 and 00. RGB value is (86,19,0). Sum of RGB (Red+Green+Blue) = 86+19+0=105 (13% of max value = 765). Red value is 86 (33.98% from 255 or 81.90% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 86 - color contains mainly: red. Hex color #561300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561300 is #A9ECFF. Grayscale: #252525. Windows color (decimal): -11136256 or 4950. OLE color: 4950.

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

Color convert

RGB86190-
CMYK00.7810.66
HSL13.26º100%16.86%-
HSV(B)13.26º100%33.73%-
XYZ4.072.440.26-
YUV36.87107.2163.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 81.90%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.90%
G=18.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8619000.7810.6613.2610016.86
Hex5613004E6442d6411
Octal12623001161441021514421
Binary101011010011001001110110010010000101101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561300; }

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

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

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

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

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

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

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

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