#511411

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

Shades of Red Oxide #511411

Tints of Red Oxide #511411

Color information

#511411 (or 0x511411) is unknown color: approx Red Oxide. HEX triplet: 51, 14 and 11. RGB value is (81,20,17). Sum of RGB (Red+Green+Blue) = 81+20+17=118 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.64% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 81 - color contains mainly: red. Hex color #511411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511411 is #AEEBEE. Grayscale: #252525. Windows color (decimal): -11463663 or 1119313. OLE color: 1119313.

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

Color convert

RGB812017-
CMYK00.750.790.68
HSL2.81º65.31%19.22%-
HSV(B)2.81º79.01%31.76%-
XYZ3.742.290.77-
YUV37.9116.21158.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 68.64%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=68.64%
G=16.95%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81201700.750.790.682.8165.3119.22
Hex51141104B4F4434113
Octal12124210113117104310123
Binary10100011010010001010010111001111100010011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511411; }

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

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

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

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

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

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

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

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