#511511

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

Shades of Red Oxide #511511

Tints of Red Oxide #511511

Color information

#511511 (or 0x511511) is unknown color: approx Red Oxide. HEX triplet: 51, 15 and 11. RGB value is (81,21,17). Sum of RGB (Red+Green+Blue) = 81+21+17=119 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.07% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 81 - color contains mainly: red. Hex color #511511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511511 is #AEEAEE. Grayscale: #262626. Windows color (decimal): -11463407 or 1119569. OLE color: 1119569.

HSL color Cylindrical-coordinate representation of color #511511: hue angle of 3.75º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511511 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB812117-
CMYK00.740.790.68
HSL3.75º65.31%19.22%-
HSV(B)3.75º79.01%31.76%-
XYZ3.762.330.78-
YUV38.48115.88158.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 68.07%
GREEN value IS 21 (8.59% from 255) = 17.65%
BLUE value IS 17 (7.03% from 255) = 14.29%
R=68.07%
G=17.65%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81211700.740.790.683.7565.3119.22
Hex51151104A4F4444113
Octal12125210112117104410123
Binary101000110101100010100101010011111000100100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511511; }

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

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

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

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

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

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

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

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