#511405

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

Shades of Red Oxide #511405

Tints of Red Oxide #511405

Color information

#511405 (or 0x511405) is unknown color: approx Red Oxide. HEX triplet: 51, 14 and 05. RGB value is (81,20,5). Sum of RGB (Red+Green+Blue) = 81+20+5=106 (14% of max value = 765). Red value is 81 (32.03% from 255 or 76.42% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 81 - color contains mainly: red. Hex color #511405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511405 is #AEEBFA. Grayscale: #242424. Windows color (decimal): -11463675 or 332881. OLE color: 332881.

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

Color convert

RGB81205-
CMYK00.750.940.68
HSL11.84º88.37%16.86%-
HSV(B)11.84º93.83%31.76%-
XYZ3.672.260.39-
YUV36.53110.21159.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 76.42%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 5 (2.34% from 255) = 4.72%
R=76.42%
G=18.87%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8120500.750.940.6811.8488.3716.86
Hex5114504B5E44c5811
Octal12124501131361041413021
Binary10100011010010101001011101111010001001100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511405; }

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

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

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

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

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

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

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

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