#510E08

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

Shades of Red Oxide #510E08

Tints of Red Oxide #510E08

Color information

#510E08 (or 0x510E08) is unknown color: approx Red Oxide. HEX triplet: 51, 0E and 08. RGB value is (81,14,8). Sum of RGB (Red+Green+Blue) = 81+14+8=103 (13% of max value = 765). Red value is 81 (32.03% from 255 or 78.64% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 81 - color contains mainly: red. Hex color #510E08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510E08 is #AEF1F7. Grayscale: #212121. Windows color (decimal): -11465208 or 527953. OLE color: 527953.

HSL color Cylindrical-coordinate representation of color #510E08: hue angle of 4.93º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510E08 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB81148-
CMYK00.830.900.68
HSL4.93º82.02%17.45%-
HSV(B)4.93º90.12%31.76%-
XYZ3.592.080.44-
YUV33.35113.7161.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 78.64%
GREEN value IS 14 (5.86% from 255) = 13.59%
BLUE value IS 8 (3.52% from 255) = 7.77%
R=78.64%
G=13.59%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8114800.830.900.684.9382.0217.45
Hex51E80535A4455211
Octal12116100123132104512221
Binary1010001111010000101001110110101000100101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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