#513D59

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

Shades of Scarlet Gum #513D59

Tints of Scarlet Gum #513D59

Color information

#513D59 (or 0x513D59) is unknown color: approx Scarlet Gum. HEX triplet: 51, 3D and 59. RGB value is (81,61,89). Sum of RGB (Red+Green+Blue) = 81+61+89=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #513D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513D59 is #AEC2A6. Grayscale: #464646. Windows color (decimal): -11453095 or 5848401. OLE color: 5848401.

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

Color convert

RGB816189-
CMYK0.090.3100.65
HSL282.86º18.67%29.41%-
HSV(B)282.86º31.46%34.9%-
XYZ6.875.8110.21-
YUV70.17138.63135.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 61 (24.22% from 255) = 26.41%
BLUE value IS 89 (35.16% from 255) = 38.53%
R=35.06%
G=26.41%
B=38.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8161890.090.3100.65282.8618.6729.41
Hex513D5991F04111b131d
Octal12175131113701014332335
Binary10100011111011011001100111111010000011000110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513D59; }

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

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

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

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

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

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

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

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