#513660

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

Shades of Scarlet Gum #513660

Tints of Scarlet Gum #513660

Color information

#513660 (or 0x513660) is unknown color: approx Scarlet Gum. HEX triplet: 51, 36 and 60. RGB value is (81,54,96). Sum of RGB (Red+Green+Blue) = 81+54+96=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #513660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513660 is #AEC99F. Grayscale: #424242. Windows color (decimal): -11454880 or 6305361. OLE color: 6305361.

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

Color convert

RGB815496-
CMYK0.160.4400.62
HSL278.57º28%29.41%-
HSV(B)278.57º43.75%37.65%-
XYZ6.825.2311.72-
YUV66.86144.45138.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 96 (37.89% from 255) = 41.56%
R=35.06%
G=23.38%
B=41.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8154960.160.4400.62278.572829.41
Hex513660102C03E1171c1d
Octal1216614020540764273435
Binary101000111011011000001000010110001111101000101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513660; }

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

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

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

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

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

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

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

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