#561103

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

Shades of Red Oxide #561103

Tints of Red Oxide #561103

Color information

#561103 (or 0x561103) is unknown color: approx Red Oxide. HEX triplet: 56, 11 and 03. RGB value is (86,17,3). Sum of RGB (Red+Green+Blue) = 86+17+3=106 (14% of max value = 765). Red value is 86 (33.98% from 255 or 81.13% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 86 - color contains mainly: red. Hex color #561103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561103 is #A9EEFC. Grayscale: #242424. Windows color (decimal): -11136765 or 201046. OLE color: 201046.

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

Color convert

RGB86173-
CMYK00.800.970.66
HSL10.12º93.26%17.45%-
HSV(B)10.12º96.51%33.73%-
XYZ4.052.390.33-
YUV36.03109.36163.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 81.13%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 3 (1.56% from 255) = 2.83%
R=81.13%
G=16.04%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8617300.800.970.6610.1293.2617.45
Hex561130506142a5d11
Octal12621301201411021213521
Binary1010110100011101010000110000110000101010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561103; }

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

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

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

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

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

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

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

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