#510D06

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

Shades of Red Oxide #510D06

Tints of Red Oxide #510D06

Color information

#510D06 (or 0x510D06) is unknown color: approx Red Oxide. HEX triplet: 51, 0D and 06. RGB value is (81,13,6). Sum of RGB (Red+Green+Blue) = 81+13+6=100 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 81 - color contains mainly: red. Hex color #510D06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510D06 is #AEF2F9. Grayscale: #202020. Windows color (decimal): -11465466 or 396625. OLE color: 396625.

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

Color convert

RGB81136-
CMYK00.840.930.68
HSL5.6º86.21%17.06%-
HSV(B)5.6º92.59%31.76%-
XYZ3.572.050.38-
YUV32.53113.03162.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 81%
GREEN value IS 13 (5.47% from 255) = 13%
BLUE value IS 6 (2.73% from 255) = 6%
R=81%
G=13%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8113600.840.930.685.686.2117.06
Hex51D60545D4465611
Octal1211560124135104612621
Binary101000111011100101010010111011000100110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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