Html Css Color HEX #513959 Scarlet Gum

📋 copy color: '#513959'

red 81 ◦ green 57 ◦ blue 89

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

Shades of Scarlet Gum #513959

Tints of Scarlet Gum #513959

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 value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#513959 (or 0x513959) is known color: 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

RGB 81 57 89 -
CMYK 0.09 0.36 0 0.65
HSL 285º 0.22% 0.29% -
HSV(B) 285º 0.36% 0.35% -
XYZ 6.66 5.4 10.14 -
YUV 67.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 81 57 89 0.09 0.36 0 0.65 285 0.22 0.29
Hex 51 39 59 9 24 0 41 11D 16 1D
Octal 121 71 131 11 44 0 101 435 26 35
Binary 1010001 111001 1011001 1001 100100 0 1000001 100011101 10110 11101

Color Harmonies of #513959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513959

Black with #513959

Text Example


Text Example

White with #513959

Text Example


Text Example

HTML Codes & Css Web 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>