#510805

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

Shades of Red Oxide #510805

Tints of Red Oxide #510805

Color information

#510805 (or 0x510805) is unknown color: approx Red Oxide. HEX triplet: 51, 08 and 05. RGB value is (81,8,5). Sum of RGB (Red+Green+Blue) = 81+8+5=94 (12% of max value = 765). Red value is 81 (32.03% from 255 or 86.17% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 81 - color contains mainly: red. Hex color #510805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510805 is #AEF7FA. Grayscale: #1D1D1D. Windows color (decimal): -11466747 or 329809. OLE color: 329809.

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

Color convert

RGB8185-
CMYK00.900.940.68
HSL2.37º88.37%16.86%-
HSV(B)2.37º93.83%31.76%-
XYZ3.511.930.33-
YUV29.48114.18164.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 86.17%
GREEN value IS 8 (3.52% from 255) = 8.51%
BLUE value IS 5 (2.34% from 255) = 5.32%
R=86.17%
G=8.51%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal818500.900.940.682.3788.3716.86
Hex518505A5E4425811
Octal1211050132136104213021
Binary10100011000101010110101011110100010010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510805; }

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

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

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

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

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

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

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

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