#511A15

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

Shades of Red Oxide #511A15

Tints of Red Oxide #511A15

Color information

#511A15 (or 0x511A15) is unknown color: approx Red Oxide. HEX triplet: 51, 1A and 15. RGB value is (81,26,21). Sum of RGB (Red+Green+Blue) = 81+26+21=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #511A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511A15 is #AEE5EA. Grayscale: #292929. Windows color (decimal): -11462123 or 1382993. OLE color: 1382993.

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

Color convert

RGB812621-
CMYK00.680.740.68
HSL58.82%20%-
HSV(B)74.07%31.76%-
XYZ3.92.540.99-
YUV41.87116.22155.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.28%
GREEN value IS 26 (10.55% from 255) = 20.31%
BLUE value IS 21 (8.59% from 255) = 16.41%
R=63.28%
G=20.31%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81262100.680.740.68558.8220
Hex511A150444A4453b14
Octal1213225010411210457324
Binary10100011101010101010001001001010100010010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511A15; }

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

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

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

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

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

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

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

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