#510E05

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

Shades of Red Oxide #510E05

Tints of Red Oxide #510E05

Color information

#510E05 (or 0x510E05) is unknown color: approx Red Oxide. HEX triplet: 51, 0E and 05. RGB value is (81,14,5). Sum of RGB (Red+Green+Blue) = 81+14+5=100 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 81 - color contains mainly: red. Hex color #510E05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510E05 is #AEF1FA. Grayscale: #212121. Windows color (decimal): -11465211 or 331345. OLE color: 331345.

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

Color convert

RGB81145-
CMYK00.830.940.68
HSL7.11º88.37%16.86%-
HSV(B)7.11º93.83%31.76%-
XYZ3.582.070.36-
YUV33.01112.2162.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 81%
GREEN value IS 14 (5.86% from 255) = 14%
BLUE value IS 5 (2.34% from 255) = 5%
R=81%
G=14%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8114500.830.940.687.1188.3716.86
Hex51E50535E4475811
Octal1211650123136104713021
Binary101000111101010101001110111101000100111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510E05; }

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

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

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

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

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

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

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

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