#560b07

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

Shades of Red Oxide #560B07

Tints of Red Oxide #560B07

Color information

#560B07 (or 0x560B07) is unknown color: approx Red Oxide. HEX triplet: 56, 0B and 07. RGB value is (86,11,7). Sum of RGB (Red+Green+Blue) = 86+11+7=104 (13% of max value = 765). Red value is 86 (33.98% from 255 or 82.69% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 86 - color contains mainly: red. Hex color #560B07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560B07 is #A9F4F8. Grayscale: #212121. Windows color (decimal): -11138297 or 461654. OLE color: 461654.

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

Color convert

RGB86117-
CMYK00.870.920.66
HSL3.04º84.95%18.24%-
HSV(B)3.04º91.86%33.73%-
XYZ42.230.42-
YUV32.97113.35165.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 82.69%
GREEN value IS 11 (4.69% from 255) = 10.58%
BLUE value IS 7 (3.12% from 255) = 6.73%
R=82.69%
G=10.58%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8611700.870.920.663.0484.9518.24
Hex56B70575C4235512
Octal1261370127134102312522
Binary10101101011111010101111011100100001011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560b07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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