#561007

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

Shades of Red Oxide #561007

Tints of Red Oxide #561007

Color information

#561007 (or 0x561007) is unknown color: approx Red Oxide. HEX triplet: 56, 10 and 07. RGB value is (86,16,7). Sum of RGB (Red+Green+Blue) = 86+16+7=109 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.90% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 86 - color contains mainly: red. Hex color #561007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561007 is #A9EFF8. Grayscale: #242424. Windows color (decimal): -11137017 or 462934. OLE color: 462934.

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

Color convert

RGB86167-
CMYK00.810.920.66
HSL6.84º84.95%18.24%-
HSV(B)6.84º91.86%33.73%-
XYZ4.062.360.44-
YUV35.9111.69163.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 78.90%
GREEN value IS 16 (6.64% from 255) = 14.68%
BLUE value IS 7 (3.12% from 255) = 6.42%
R=78.90%
G=14.68%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8616700.810.920.666.8484.9518.24
Hex561070515C4275512
Octal1262070121134102712522
Binary1010110100001110101000110111001000010111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561007; }

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

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

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

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

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

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

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

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