#51120E

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

Shades of Red Oxide #51120E

Tints of Red Oxide #51120E

Color information

#51120E (or 0x51120E) is unknown color: approx Red Oxide. HEX triplet: 51, 12 and 0E. RGB value is (81,18,14). Sum of RGB (Red+Green+Blue) = 81+18+14=113 (14% of max value = 765). Red value is 81 (32.03% from 255 or 71.68% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 81 - color contains mainly: red. Hex color #51120E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51120E is #AEEDF1. Grayscale: #242424. Windows color (decimal): -11464178 or 922193. OLE color: 922193.

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

Color convert

RGB811814-
CMYK00.780.830.68
HSL3.58º70.53%18.63%-
HSV(B)3.58º82.72%31.76%-
XYZ3.692.210.65-
YUV36.38115.37159.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 71.68%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 14 (5.86% from 255) = 12.39%
R=71.68%
G=15.93%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81181400.780.830.683.5870.5318.63
Hex5112E04E534444713
Octal12122160116123104410723
Binary10100011001011100100111010100111000100100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51120E; }

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

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

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

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

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

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

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

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