#511812

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

Shades of Red Oxide #511812

Tints of Red Oxide #511812

Color information

#511812 (or 0x511812) is unknown color: approx Red Oxide. HEX triplet: 51, 18 and 12. RGB value is (81,24,18). Sum of RGB (Red+Green+Blue) = 81+24+18=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #511812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511812 is #AEE7ED. Grayscale: #282828. Windows color (decimal): -11462638 or 1185873. OLE color: 1185873.

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

Color convert

RGB812418-
CMYK00.700.780.68
HSL5.71º63.64%19.41%-
HSV(B)5.71º77.78%31.76%-
XYZ3.832.450.84-
YUV40.36115.38156.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.85%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=65.85%
G=19.51%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81241800.700.780.685.7163.6419.41
Hex5118120464E4464013
Octal12130220106116104610023
Binary101000111000100100100011010011101000100110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511812; }

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

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

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

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

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

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

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

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