#561503

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

Shades of Red Oxide #561503

Tints of Red Oxide #561503

Color information

#561503 (or 0x561503) is unknown color: approx Red Oxide. HEX triplet: 56, 15 and 03. RGB value is (86,21,3). Sum of RGB (Red+Green+Blue) = 86+21+3=110 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.18% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 86 - color contains mainly: red. Hex color #561503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561503 is #A9EAFC. Grayscale: #262626. Windows color (decimal): -11135741 or 202070. OLE color: 202070.

HSL color Cylindrical-coordinate representation of color #561503: hue angle of 13.01º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #561503 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB86213-
CMYK00.760.970.66
HSL13.01º93.26%17.45%-
HSV(B)13.01º96.51%33.73%-
XYZ4.122.520.36-
YUV38.38108.03161.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 78.18%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 3 (1.56% from 255) = 2.73%
R=78.18%
G=19.09%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8621300.760.970.6613.0193.2617.45
Hex5615304C6142d5d11
Octal12625301141411021513521
Binary1010110101011101001100110000110000101101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561503; }

 p { color: rgb(86,21,3); }

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

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

 a { background-color: rgb(86,21,3); }

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

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

 span { border-color: rgb(86,21,3); }

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