#561505

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

Shades of Red Oxide #561505

Tints of Red Oxide #561505

Color information

#561505 (or 0x561505) is unknown color: approx Red Oxide. HEX triplet: 56, 15 and 05. RGB value is (86,21,5). Sum of RGB (Red+Green+Blue) = 86+21+5=112 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.79% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 86 - color contains mainly: red. Hex color #561505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561505 is #A9EAFA. Grayscale: #262626. Windows color (decimal): -11135739 or 333142. OLE color: 333142.

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

Color convert

RGB86215-
CMYK00.760.940.66
HSL11.85º89.01%17.84%-
HSV(B)11.85º94.19%33.73%-
XYZ4.132.530.41-
YUV38.61109.03161.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 76.79%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 5 (2.34% from 255) = 4.46%
R=76.79%
G=18.75%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8621500.760.940.6611.8589.0117.84
Hex5615504C5E42c5912
Octal12625501141361021413122
Binary10101101010110101001100101111010000101100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561505; }

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

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

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

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

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

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

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

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