#560908

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

Shades of Red Oxide #560908

Tints of Red Oxide #560908

Color information

#560908 (or 0x560908) is unknown color: approx Red Oxide. HEX triplet: 56, 09 and 08. RGB value is (86,9,8). Sum of RGB (Red+Green+Blue) = 86+9+8=103 (13% of max value = 765). Red value is 86 (33.98% from 255 or 83.50% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 86 - color contains mainly: red. Hex color #560908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560908 is #A9F6F7. Grayscale: #1F1F1F. Windows color (decimal): -11138808 or 526678. OLE color: 526678.

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

Color convert

RGB8698-
CMYK00.900.910.66
HSL0.77º82.98%18.43%-
HSV(B)0.77º90.7%33.73%-
XYZ3.982.190.44-
YUV31.91114.51166.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 83.50%
GREEN value IS 9 (3.91% from 255) = 8.74%
BLUE value IS 8 (3.52% from 255) = 7.77%
R=83.50%
G=8.74%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal869800.900.910.660.7782.9818.43
Hex569805A5B4215312
Octal12611100132133102112322
Binary10101101001100001011010101101110000101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560908; }

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

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

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

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

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

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

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

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