#511512

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

Shades of Red Oxide #511512

Tints of Red Oxide #511512

Color information

#511512 (or 0x511512) is unknown color: approx Red Oxide. HEX triplet: 51, 15 and 12. RGB value is (81,21,18). Sum of RGB (Red+Green+Blue) = 81+21+18=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #511512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511512 is #AEEAED. Grayscale: #262626. Windows color (decimal): -11463406 or 1185105. OLE color: 1185105.

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

Color convert

RGB812118-
CMYK00.740.780.68
HSL2.86º63.64%19.41%-
HSV(B)2.86º77.78%31.76%-
XYZ3.772.330.82-
YUV38.6116.38158.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 67.5%
GREEN value IS 21 (8.59% from 255) = 17.5%
BLUE value IS 18 (7.42% from 255) = 15%
R=67.5%
G=17.5%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81211800.740.780.682.8663.6419.41
Hex51151204A4E4434013
Octal12125220112116104310023
Binary10100011010110010010010101001110100010011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511512; }

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

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

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

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

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

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

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

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