#511005

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

Shades of Red Oxide #511005

Tints of Red Oxide #511005

Color information

#511005 (or 0x511005) is unknown color: approx Red Oxide. HEX triplet: 51, 10 and 05. RGB value is (81,16,5). Sum of RGB (Red+Green+Blue) = 81+16+5=102 (13% of max value = 765). Red value is 81 (32.03% from 255 or 79.41% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 81 - color contains mainly: red. Hex color #511005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511005 is #AEEFFA. Grayscale: #222222. Windows color (decimal): -11464699 or 331857. OLE color: 331857.

HSL color Cylindrical-coordinate representation of color #511005: hue angle of 8.68º 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 #511005 is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB81165-
CMYK00.800.940.68
HSL8.68º88.37%16.86%-
HSV(B)8.68º93.83%31.76%-
XYZ3.612.130.36-
YUV34.18111.53161.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 79.41%
GREEN value IS 16 (6.64% from 255) = 15.69%
BLUE value IS 5 (2.34% from 255) = 4.90%
R=79.41%
G=15.69%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8116500.800.940.688.6888.3716.86
Hex511050505E4495811
Octal12120501201361041113021
Binary10100011000010101010000101111010001001001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511005; }

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

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

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

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

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

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

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

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