#511508

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

Shades of Red Oxide #511508

Tints of Red Oxide #511508

Color information

#511508 (or 0x511508) is unknown color: approx Red Oxide. HEX triplet: 51, 15 and 08. RGB value is (81,21,8). Sum of RGB (Red+Green+Blue) = 81+21+8=110 (14% of max value = 765). Red value is 81 (32.03% from 255 or 73.64% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 81 - color contains mainly: red. Hex color #511508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511508 is #AEEAF7. Grayscale: #252525. Windows color (decimal): -11463416 or 529745. OLE color: 529745.

HSL color Cylindrical-coordinate representation of color #511508: hue angle of 10.68º 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 #511508 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB81218-
CMYK00.740.900.68
HSL10.68º82.02%17.45%-
HSV(B)10.68º90.12%31.76%-
XYZ3.712.30.48-
YUV37.46111.38159.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 73.64%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 8 (3.52% from 255) = 7.27%
R=73.64%
G=19.09%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8121800.740.900.6810.6882.0217.45
Hex5115804A5A44b5211
Octal121251001121321041312221
Binary101000110101100001001010101101010001001011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511508; }

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

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

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

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

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

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

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

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