#561515

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

Shades of Red Oxide #561515

Tints of Red Oxide #561515

Color information

#561515 (or 0x561515) is unknown color: approx Red Oxide. HEX triplet: 56, 15 and 15. RGB value is (86,21,21). Sum of RGB (Red+Green+Blue) = 86+21+21=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #561515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561515 is #A9EAEA. Grayscale: #282828. Windows color (decimal): -11135723 or 1381718. OLE color: 1381718.

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

Color convert

RGB862121-
CMYK00.760.760.66
HSL60.75%20.98%-
HSV(B)75.58%33.73%-
XYZ4.242.570.98-
YUV40.43117.03160.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 67.19%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 21 (8.59% from 255) = 16.41%
R=67.19%
G=16.41%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86212100.760.760.66060.7520.98
Hex56151504C4C4203d15
Octal1262525011411410207525
Binary101011010101101010100110010011001000010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561515; }

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

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

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

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

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

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

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

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