#511361

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

Shades of Scarlet Gum #511361

Tints of Scarlet Gum #511361

Color information

#511361 (or 0x511361) is unknown color: approx Scarlet Gum. HEX triplet: 51, 13 and 61. RGB value is (81,19,97). Sum of RGB (Red+Green+Blue) = 81+19+97=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #511361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511361 is #AEEC9E. Grayscale: #2E2E2E. Windows color (decimal): -11463839 or 6361937. OLE color: 6361937.

HSL color Cylindrical-coordinate representation of color #511361: hue angle of 287.69º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511361 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB811997-
CMYK0.160.8000.62
HSL287.69º67.24%22.75%-
HSV(B)287.69º80.41%38.04%-
XYZ5.783.0811.6-
YUV46.43156.54152.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.12%
GREEN value IS 19 (7.81% from 255) = 9.64%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=41.12%
G=9.64%
B=49.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8119970.160.8000.62287.6967.2422.75
Hex511361105003E1204317
Octal121231412012007644010327
Binary10100011001111000011000010100000111110100100000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511361; }

 p { color: rgb(81,19,97); }

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

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

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

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

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

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

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