#560D07

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

Shades of Red Oxide #560D07

Tints of Red Oxide #560D07

Color information

#560D07 (or 0x560D07) is unknown color: approx Red Oxide. HEX triplet: 56, 0D and 07. RGB value is (86,13,7). Sum of RGB (Red+Green+Blue) = 86+13+7=106 (14% of max value = 765). Red value is 86 (33.98% from 255 or 81.13% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 86 - color contains mainly: red. Hex color #560D07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560D07 is #A9F2F8. Grayscale: #222222. Windows color (decimal): -11137785 or 462166. OLE color: 462166.

HSL color Cylindrical-coordinate representation of color #560D07: hue angle of 4.56º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560D07 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB86137-
CMYK00.850.920.66
HSL4.56º84.95%18.24%-
HSV(B)4.56º91.86%33.73%-
XYZ4.022.280.43-
YUV34.14112.68164.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 81.13%
GREEN value IS 13 (5.47% from 255) = 12.26%
BLUE value IS 7 (3.12% from 255) = 6.60%
R=81.13%
G=12.26%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8613700.850.920.664.5684.9518.24
Hex56D70555C4255512
Octal1261570125134102512522
Binary101011011011110101010110111001000010101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560D07; }

 p { color: rgb(86,13,7); }

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

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

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

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

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

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

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