#561715

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

Shades of Red Oxide #561715

Tints of Red Oxide #561715

Color information

#561715 (or 0x561715) is unknown color: approx Red Oxide. HEX triplet: 56, 17 and 15. RGB value is (86,23,21). Sum of RGB (Red+Green+Blue) = 86+23+21=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #561715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561715 is #A9E8EA. Grayscale: #292929. Windows color (decimal): -11135211 or 1382230. OLE color: 1382230.

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

Color convert

RGB862321-
CMYK00.730.760.66
HSL1.85º60.75%20.98%-
HSV(B)1.85º75.58%33.73%-
XYZ4.282.650.99-
YUV41.61116.37159.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 66.15%
GREEN value IS 23 (9.38% from 255) = 17.69%
BLUE value IS 21 (8.59% from 255) = 16.15%
R=66.15%
G=17.69%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86232100.730.760.661.8560.7520.98
Hex5617150494C4223d15
Octal1262725011111410227525
Binary1010110101111010101001001100110010000101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561715; }

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

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

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

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

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

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

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

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