#513959

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

Shades of Scarlet Gum #513959

Tints of Scarlet Gum #513959

Color information

#513959 (or 0x513959) is unknown color: approx Scarlet Gum. HEX triplet: 51, 39 and 59. RGB value is (81,57,89). Sum of RGB (Red+Green+Blue) = 81+57+89=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #513959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513959 is #AEC6A6. Grayscale: #434343. Windows color (decimal): -11454119 or 5847377. OLE color: 5847377.

HSL color Cylindrical-coordinate representation of color #513959: hue angle of 285º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #513959 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB815789-
CMYK0.090.3600.65
HSL285º21.92%28.63%-
HSV(B)285º35.96%34.9%-
XYZ6.665.410.14-
YUV67.82139.95137.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 57 (22.66% from 255) = 25.11%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=35.68%
G=25.11%
B=39.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8157890.090.3600.6528521.9228.63
Hex51395992404111d161d
Octal12171131114401014352635
Binary101000111100110110011001100100010000011000111011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513959; }

 p { color: rgb(81,57,89); }

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

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

 a { background-color: rgb(81,57,89); }

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

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

 span { border-color: rgb(81,57,89); }

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