#560904

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

Shades of Red Oxide #560904

Tints of Red Oxide #560904

Color information

#560904 (or 0x560904) is unknown color: approx Red Oxide. HEX triplet: 56, 09 and 04. RGB value is (86,9,4). Sum of RGB (Red+Green+Blue) = 86+9+4=99 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86.87% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 86 - color contains mainly: red. Hex color #560904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560904 is #A9F6FB. Grayscale: #1F1F1F. Windows color (decimal): -11138812 or 264534. OLE color: 264534.

HSL color Cylindrical-coordinate representation of color #560904: hue angle of 3.66º 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 #560904 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB8694-
CMYK00.900.950.66
HSL3.66º91.11%17.65%-
HSV(B)3.66º95.35%33.73%-
XYZ3.962.180.33-
YUV31.45112.51166.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 86.87%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 4 (1.95% from 255) = 4.04%
R=86.87%
G=9.09%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal869400.900.950.663.6691.1117.65
Hex569405A5F4245b12
Octal1261140132137102413322
Binary101011010011000101101010111111000010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560904; }

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

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

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

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

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

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

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

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