#510806

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

Shades of Red Oxide #510806

Tints of Red Oxide #510806

Color information

#510806 (or 0x510806) is unknown color: approx Red Oxide. HEX triplet: 51, 08 and 06. RGB value is (81,8,6). Sum of RGB (Red+Green+Blue) = 81+8+6=95 (12% of max value = 765). Red value is 81 (32.03% from 255 or 85.26% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 81 - color contains mainly: red. Hex color #510806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510806 is #AEF7F9. Grayscale: #1D1D1D. Windows color (decimal): -11466746 or 395345. OLE color: 395345.

HSL color Cylindrical-coordinate representation of color #510806: hue angle of 1.6º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510806 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB8186-
CMYK00.900.930.68
HSL1.6º86.21%17.06%-
HSV(B)1.6º92.59%31.76%-
XYZ3.511.940.36-
YUV29.6114.68164.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 85.26%
GREEN value IS 8 (3.52% from 255) = 8.42%
BLUE value IS 6 (2.73% from 255) = 6.32%
R=85.26%
G=8.42%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal818600.900.930.681.686.2117.06
Hex518605A5D4425611
Octal1211060132135104212621
Binary10100011000110010110101011101100010010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510806; }

 p { color: rgb(81,8,6); }

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

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

 a { background-color: rgb(81,8,6); }

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

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

 span { border-color: rgb(81,8,6); }

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