#561915

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

Shades of Red Oxide #561915

Tints of Red Oxide #561915

Color information

#561915 (or 0x561915) is unknown color: approx Red Oxide. HEX triplet: 56, 19 and 15. RGB value is (86,25,21). Sum of RGB (Red+Green+Blue) = 86+25+21=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #561915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561915 is #A9E6EA. Grayscale: #2A2A2A. Windows color (decimal): -11134699 or 1382742. OLE color: 1382742.

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

Color convert

RGB862521-
CMYK00.710.760.66
HSL3.69º60.75%20.98%-
HSV(B)3.69º75.58%33.73%-
XYZ4.322.731.01-
YUV42.78115.71158.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.15%
GREEN value IS 25 (10.16% from 255) = 18.94%
BLUE value IS 21 (8.59% from 255) = 15.91%
R=65.15%
G=18.94%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86252100.710.760.663.6960.7520.98
Hex5619150474C4243d15
Octal1263125010711410247525
Binary10101101100110101010001111001100100001010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561915; }

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

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

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

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

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

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

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

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