Html Css Color HEX #513761 Scarlet Gum

📋 copy color: '#513761'

red 81 ◦ green 55 ◦ blue 97

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

Shades of Scarlet Gum #513761

Tints of Scarlet Gum #513761

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.61%

 BLUE value IS 97 (38.28% from 255) = 41.63%

R = 34.76%
G = 23.61%
B = 41.63%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#513761 (or 0x513761) is known color: Scarlet Gum. HEX triplet: 51, 37 and 61. RGB value is (81,55,97). Sum of RGB (Red+Green+Blue) = 81+55+97=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #513761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513761 is #AEC89E. Grayscale: #434343. Windows color (decimal): -11454623 or 6371153. OLE color: 6371153.

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

Color convert

RGB 81 55 97 -
CMYK 0.16 0.43 0 0.62
HSL 277.14º 0.28% 0.3% -
HSV(B) 277.14º 0.43% 0.38% -
XYZ 6.92 5.34 11.98 -
YUV 67.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 81 55 97 0.16 0.43 0 0.62 277.14 0.28 0.3
Hex 51 37 61 10 2B 0 3E 115 1C 1E
Octal 121 67 141 20 53 0 76 425 34 36
Binary 1010001 110111 1100001 10000 101011 0 111110 100010101 11100 11110

Color Harmonies of #513761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513761

Black with #513761

Text Example


Text Example

White with #513761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513761; }

 p { color: rgb(81,55,97); }

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

background-color css

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

 a { background-color: rgb(81,55,97); }

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

border-color css

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

 span { border-color: rgb(81,55,97); }

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