#561713

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

Shades of Red Oxide #561713

Tints of Red Oxide #561713

Color information

#561713 (or 0x561713) is unknown color: approx Red Oxide. HEX triplet: 56, 17 and 13. RGB value is (86,23,19). Sum of RGB (Red+Green+Blue) = 86+23+19=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #561713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561713 is #A9E8EC. Grayscale: #292929. Windows color (decimal): -11135213 or 1251158. OLE color: 1251158.

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

Color convert

RGB862319-
CMYK00.730.780.66
HSL3.58º63.81%20.59%-
HSV(B)3.58º77.91%33.73%-
XYZ4.262.640.9-
YUV41.38115.37159.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 67.19%
GREEN value IS 23 (9.38% from 255) = 17.97%
BLUE value IS 19 (7.81% from 255) = 14.84%
R=67.19%
G=17.97%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86231900.730.780.663.5863.8120.59
Hex5617130494E4244015
Octal12627230111116102410025
Binary101011010111100110100100110011101000010100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561713; }

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

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

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

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

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

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

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

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