#510D05

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

Shades of Red Oxide #510D05

Tints of Red Oxide #510D05

Color information

#510D05 (or 0x510D05) is unknown color: approx Red Oxide. HEX triplet: 51, 0D and 05. RGB value is (81,13,5). Sum of RGB (Red+Green+Blue) = 81+13+5=99 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81.82% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 81 - color contains mainly: red. Hex color #510D05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510D05 is #AEF2FA. Grayscale: #202020. Windows color (decimal): -11465467 or 331089. OLE color: 331089.

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

Color convert

RGB81135-
CMYK00.840.940.68
HSL6.32º88.37%16.86%-
HSV(B)6.32º93.83%31.76%-
XYZ3.562.050.35-
YUV32.42112.53162.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 81.82%
GREEN value IS 13 (5.47% from 255) = 13.13%
BLUE value IS 5 (2.34% from 255) = 5.05%
R=81.82%
G=13.13%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8113500.840.940.686.3288.3716.86
Hex51D50545E4465811
Octal1211550124136104613021
Binary101000111011010101010010111101000100110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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