#511919

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

Shades of Red Oxide #511919

Tints of Red Oxide #511919

Color information

#511919 (or 0x511919) is unknown color: approx Red Oxide. HEX triplet: 51, 19 and 19. RGB value is (81,25,25). Sum of RGB (Red+Green+Blue) = 81+25+25=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #511919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511919 is #AEE6E6. Grayscale: #292929. Windows color (decimal): -11462375 or 1644881. OLE color: 1644881.

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

Color convert

RGB812525-
CMYK00.690.690.68
HSL52.83%20.78%-
HSV(B)69.14%31.76%-
XYZ3.922.511.2-
YUV41.74118.55156-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.83%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 25 (10.16% from 255) = 19.08%
R=61.83%
G=19.08%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81252500.690.690.68052.8320.78
Hex511919045454403515
Octal1213131010510510406525
Binary101000111001110010100010110001011000100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511919; }

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

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

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

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

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

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

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

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