#511F5E

Color #511F5E Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #511F5E

Tints of Scarlet Gum #511F5E

Color information

#511F5E (or 0x511F5E) is unknown color: approx Scarlet Gum. HEX triplet: 51, 1F and 5E. RGB value is (81,31,94). Sum of RGB (Red+Green+Blue) = 81+31+94=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 94 - color contains mainly: blue. Hex color #511F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511F5E is #AEE0A1. Grayscale: #343434. Windows color (decimal): -11460770 or 6168401. OLE color: 6168401.

HSL color Cylindrical-coordinate representation of color #511F5E: hue angle of 287.62º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #511F5E is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB813194-
CMYK0.140.6700.63
HSL287.62º50.4%24.51%-
HSV(B)287.62º67.02%36.86%-
XYZ5.93.5410.96-
YUV53.13151.06147.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 31 (12.5% from 255) = 15.05%
BLUE value IS 94 (37.11% from 255) = 45.63%
R=39.32%
G=15.05%
B=45.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8131940.140.6700.63287.6250.424.51
Hex511F5EE4303F1203219
Octal12137136161030774406231
Binary101000111111101111011101000011011111110010000011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,31,94); }

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

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

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

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

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

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

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