#511A19

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

Shades of Red Oxide #511A19

Tints of Red Oxide #511A19

Color information

#511A19 (or 0x511A19) is unknown color: approx Red Oxide. HEX triplet: 51, 1A and 19. RGB value is (81,26,25). Sum of RGB (Red+Green+Blue) = 81+26+25=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #511A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511A19 is #AEE5E6. Grayscale: #2A2A2A. Windows color (decimal): -11462119 or 1645137. OLE color: 1645137.

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

Color convert

RGB812625-
CMYK00.680.690.68
HSL1.07º52.83%20.78%-
HSV(B)1.07º69.14%31.76%-
XYZ3.942.561.21-
YUV42.33118.22155.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.36%
GREEN value IS 26 (10.55% from 255) = 19.70%
BLUE value IS 25 (10.16% from 255) = 18.94%
R=61.36%
G=19.70%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81262500.680.690.681.0752.8320.78
Hex511A19044454413515
Octal1213231010410510416525
Binary101000111010110010100010010001011000100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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