#560800

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

Shades of Red Oxide #560800

Tints of Red Oxide #560800

Color information

#560800 (or 0x560800) is unknown color: approx Red Oxide. HEX triplet: 56, 08 and 00. RGB value is (86,8,0). Sum of RGB (Red+Green+Blue) = 86+8+0=94 (12% of max value = 765). Red value is 86 (33.98% from 255 or 91.49% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 86 - color contains mainly: red. Hex color #560800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560800 is #A9F7FF. Grayscale: #1E1E1E. Windows color (decimal): -11139072 or 2134. OLE color: 2134.

HSL color Cylindrical-coordinate representation of color #560800: hue angle of 5.58º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #560800 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB8680-
CMYK00.9110.66
HSL5.58º100%16.86%-
HSV(B)5.58º100%33.73%-
XYZ3.922.150.21-
YUV30.41110.84167.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 91.49%
GREEN value IS 8 (3.52% from 255) = 8.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.49%
G=8.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal868000.9110.665.5810016.86
Hex568005B644266411
Octal1261000133144102614421
Binary1010110100000101101111001001000010110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560800; }

 p { color: rgb(86,8,0); }

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

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

 a { background-color: rgb(86,8,0); }

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

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

 span { border-color: rgb(86,8,0); }

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