#511312

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

Shades of Red Oxide #511312

Tints of Red Oxide #511312

Color information

#511312 (or 0x511312) is unknown color: approx Red Oxide. HEX triplet: 51, 13 and 12. RGB value is (81,19,18). Sum of RGB (Red+Green+Blue) = 81+19+18=118 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.64% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 81 - color contains mainly: red. Hex color #511312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511312 is #AEECED. Grayscale: #252525. Windows color (decimal): -11463918 or 1184593. OLE color: 1184593.

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

Color convert

RGB811918-
CMYK00.770.780.68
HSL0.95º63.64%19.41%-
HSV(B)0.95º77.78%31.76%-
XYZ3.742.260.81-
YUV37.42117.04159.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 68.64%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 18 (7.42% from 255) = 15.25%
R=68.64%
G=16.10%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81191800.770.780.680.9563.6419.41
Hex51131204D4E4414013
Octal12123220115116104110023
Binary1010001100111001001001101100111010001001100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511312; }

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

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

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

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

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

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

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

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