#511209

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

Shades of Red Oxide #511209

Tints of Red Oxide #511209

Color information

#511209 (or 0x511209) is unknown color: approx Red Oxide. HEX triplet: 51, 12 and 09. RGB value is (81,18,9). Sum of RGB (Red+Green+Blue) = 81+18+9=108 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 81 - color contains mainly: red. Hex color #511209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511209 is #AEEDF6. Grayscale: #232323. Windows color (decimal): -11464183 or 594513. OLE color: 594513.

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

Color convert

RGB81189-
CMYK00.780.890.68
HSL7.5º80%17.65%-
HSV(B)7.5º88.89%31.76%-
XYZ3.662.20.49-
YUV35.81112.87160.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 75%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 9 (3.91% from 255) = 8.33%
R=75%
G=16.67%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8118900.780.890.687.58017.65
Hex5112904E594485012
Octal121221101161311041012022
Binary101000110010100101001110101100110001001000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511209; }

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

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

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

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

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

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

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

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