#513860

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

Shades of Scarlet Gum #513860

Tints of Scarlet Gum #513860

Color information

#513860 (or 0x513860) is unknown color: approx Scarlet Gum. HEX triplet: 51, 38 and 60. RGB value is (81,56,96). Sum of RGB (Red+Green+Blue) = 81+56+96=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #513860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513860 is #AEC79F. Grayscale: #434343. Windows color (decimal): -11454368 or 6305873. OLE color: 6305873.

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

Color convert

RGB815696-
CMYK0.160.4200.62
HSL277.5º26.32%29.8%-
HSV(B)277.5º41.67%37.65%-
XYZ6.925.4211.75-
YUV68.04143.78137.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=34.76%
G=24.03%
B=41.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8156960.160.4200.62277.526.3229.8
Hex513860102A03E1161a1e
Octal1217014020520764263236
Binary101000111100011000001000010101001111101000101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513860; }

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

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

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

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

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

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

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

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