#511205

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

Shades of Red Oxide #511205

Tints of Red Oxide #511205

Color information

#511205 (or 0x511205) is unknown color: approx Red Oxide. HEX triplet: 51, 12 and 05. RGB value is (81,18,5). Sum of RGB (Red+Green+Blue) = 81+18+5=104 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.88% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 81 - color contains mainly: red. Hex color #511205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511205 is #AEEDFA. Grayscale: #232323. Windows color (decimal): -11464187 or 332369. OLE color: 332369.

HSL color Cylindrical-coordinate representation of color #511205: hue angle of 10.26º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #511205 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB81185-
CMYK00.780.940.68
HSL10.26º88.37%16.86%-
HSV(B)10.26º93.83%31.76%-
XYZ3.642.190.38-
YUV35.35110.87160.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 77.88%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 5 (2.34% from 255) = 4.81%
R=77.88%
G=17.31%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8118500.780.940.6810.2688.3716.86
Hex5112504E5E44a5811
Octal12122501161361041213021
Binary10100011001010101001110101111010001001010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511205; }

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

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

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

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

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

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

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

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