#511260

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

Shades of Scarlet Gum #511260

Tints of Scarlet Gum #511260

Color information

#511260 (or 0x511260) is unknown color: approx Scarlet Gum. HEX triplet: 51, 12 and 60. RGB value is (81,18,96). Sum of RGB (Red+Green+Blue) = 81+18+96=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #511260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511260 is #AEED9F. Grayscale: #2D2D2D. Windows color (decimal): -11464096 or 6296145. OLE color: 6296145.

HSL color Cylindrical-coordinate representation of color #511260: hue angle of 288.46º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511260 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB811896-
CMYK0.160.8100.62
HSL288.46º68.42%22.35%-
HSV(B)288.46º81.25%37.65%-
XYZ5.723.0311.35-
YUV45.73156.37153.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=41.54%
G=9.23%
B=49.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8118960.160.8100.62288.4668.4222.35
Hex511260105103E1204416
Octal121221402012107644010426
Binary10100011001011000001000010100010111110100100000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511260; }

 p { color: rgb(81,18,96); }

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

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

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

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

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

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

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