Html Css Color HEX #513261 Scarlet Gum

📋 copy color: '#513261'

red 81 ◦ green 50 ◦ blue 97

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

Shades of Scarlet Gum #513261

Tints of Scarlet Gum #513261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.93%

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

R = 35.53%
G = 21.93%
B = 42.54%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#513261 (or 0x513261) is known color: Scarlet Gum. HEX triplet: 51, 32 and 61. RGB value is (81,50,97). Sum of RGB (Red+Green+Blue) = 81+50+97=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #513261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513261 is #AECD9E. Grayscale: #404040. Windows color (decimal): -11455903 or 6369873. OLE color: 6369873.

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

Color convert

RGB 81 50 97 -
CMYK 0.16 0.48 0 0.62
HSL 279.57º 0.32% 0.29% -
HSV(B) 279.57º 0.48% 0.38% -
XYZ 6.69 4.89 11.9 -
YUV 64.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 81 50 97 0.16 0.48 0 0.62 279.57 0.32 0.29
Hex 51 32 61 10 30 0 3E 118 20 1D
Octal 121 62 141 20 60 0 76 430 40 35
Binary 1010001 110010 1100001 10000 110000 0 111110 100011000 100000 11101

Color Harmonies of #513261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513261

Black with #513261

Text Example


Text Example

White with #513261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513261; }

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

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

background-color css

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

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

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

border-color css

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

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

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