#511414

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

Shades of Red Oxide #511414

Tints of Red Oxide #511414

Color information

#511414 (or 0x511414) is unknown color: approx Red Oxide. HEX triplet: 51, 14 and 14. RGB value is (81,20,20). Sum of RGB (Red+Green+Blue) = 81+20+20=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #511414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511414 is #AEEBEB. Grayscale: #262626. Windows color (decimal): -11463660 or 1315921. OLE color: 1315921.

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

Color convert

RGB812020-
CMYK00.750.750.68
HSL60.4%19.8%-
HSV(B)75.31%31.76%-
XYZ3.772.30.91-
YUV38.24117.71158.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 66.94%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=66.94%
G=16.53%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81202000.750.750.68060.419.8
Hex51141404B4B4403c14
Octal1212424011311310407424
Binary101000110100101000100101110010111000100011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511414; }

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

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

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

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

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

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

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

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