#510D09

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

Shades of Red Oxide #510D09

Tints of Red Oxide #510D09

Color information

#510D09 (or 0x510D09) is unknown color: approx Red Oxide. HEX triplet: 51, 0D and 09. RGB value is (81,13,9). Sum of RGB (Red+Green+Blue) = 81+13+9=103 (13% of max value = 765). Red value is 81 (32.03% from 255 or 78.64% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 81 - color contains mainly: red. Hex color #510D09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510D09 is #AEF2F6. Grayscale: #202020. Windows color (decimal): -11465463 or 593233. OLE color: 593233.

HSL color Cylindrical-coordinate representation of color #510D09: hue angle of 3.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510D09 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB81139-
CMYK00.840.890.68
HSL3.33º80%17.65%-
HSV(B)3.33º88.89%31.76%-
XYZ3.592.060.47-
YUV32.88114.53162.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 78.64%
GREEN value IS 13 (5.47% from 255) = 12.62%
BLUE value IS 9 (3.91% from 255) = 8.74%
R=78.64%
G=12.62%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8113900.840.890.683.338017.65
Hex51D9054594435012
Octal12115110124131104312022
Binary101000111011001010101001011001100010011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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