Html Css Color HEX #513F59 Scarlet Gum

📋 copy color: '#513F59'

red 81 ◦ green 63 ◦ blue 89

#513F59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #513F59

Tints of Scarlet Gum #513F59

RGB

 RED value IS 81 (32.03% from 255) = 34.76%

 GREEN value IS 63 (25% from 255) = 27.04%

 BLUE value IS 89 (35.16% from 255) = 38.2%

R = 34.76%
G = 27.04%
B = 38.2%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#513F59 (or 0x513F59) is known color: Scarlet Gum. HEX triplet: 51, 3F and 59. RGB value is (81,63,89). Sum of RGB (Red+Green+Blue) = 81+63+89=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #513F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513F59 is #AEC0A6. Grayscale: #474747. Windows color (decimal): -11452583 or 5848913. OLE color: 5848913.

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

Color convert

RGB 81 63 89 -
CMYK 0.09 0.29 0 0.65
HSL 281.54º 0.17% 0.3% -
HSV(B) 281.54º 0.29% 0.35% -
XYZ 6.97 6.03 10.25 -
YUV 71.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 81 63 89 0.09 0.29 0 0.65 281.54 0.17 0.3
Hex 51 3F 59 9 1D 0 41 11A 11 1E
Octal 121 77 131 11 35 0 101 432 21 36
Binary 1010001 111111 1011001 1001 11101 0 1000001 100011010 10001 11110

Color Harmonies of #513F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F59

Black with #513F59

Text Example


Text Example

White with #513F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #513F59;
 }
 .AnyTagClassName
 {
   color: #513F59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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