#560804

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

Shades of Red Oxide #560804

Tints of Red Oxide #560804

Color information

#560804 (or 0x560804) is unknown color: approx Red Oxide. HEX triplet: 56, 08 and 04. RGB value is (86,8,4). Sum of RGB (Red+Green+Blue) = 86+8+4=98 (12% of max value = 765). Red value is 86 (33.98% from 255 or 87.76% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 86 - color contains mainly: red. Hex color #560804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560804 is #A9F7FB. Grayscale: #1E1E1E. Windows color (decimal): -11139068 or 264278. OLE color: 264278.

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

Color convert

RGB8684-
CMYK00.910.950.66
HSL2.93º91.11%17.65%-
HSV(B)2.93º95.35%33.73%-
XYZ3.952.160.32-
YUV30.87112.84167.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 87.76%
GREEN value IS 8 (3.52% from 255) = 8.16%
BLUE value IS 4 (1.95% from 255) = 4.08%
R=87.76%
G=8.16%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal868400.910.950.662.9391.1117.65
Hex568405B5F4235b12
Octal1261040133137102313322
Binary10101101000100010110111011111100001011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560804; }

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

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

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

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

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

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

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

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