#561710

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

Shades of Red Oxide #561710

Tints of Red Oxide #561710

Color information

#561710 (or 0x561710) is unknown color: approx Red Oxide. HEX triplet: 56, 17 and 10. RGB value is (86,23,16). Sum of RGB (Red+Green+Blue) = 86+23+16=125 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.8% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 86 - color contains mainly: red. Hex color #561710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561710 is #A9E8EF. Grayscale: #292929. Windows color (decimal): -11135216 or 1054550. OLE color: 1054550.

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

Color convert

RGB862316-
CMYK00.730.810.66
HSL68.63%20%-
HSV(B)81.4%33.73%-
XYZ4.242.630.77-
YUV41.04113.87160.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 68.8%
GREEN value IS 23 (9.38% from 255) = 18.4%
BLUE value IS 16 (6.64% from 255) = 12.8%
R=68.8%
G=18.4%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86231600.730.810.66668.6320
Hex561710049514264514
Octal12627200111121102610524
Binary101011010111100000100100110100011000010110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561710; }

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

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

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

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

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

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

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

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