Html Css Color HEX #511261 Scarlet Gum

📋 copy color: '#511261'

red 81 ◦ green 18 ◦ blue 97

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

Shades of Scarlet Gum #511261

Tints of Scarlet Gum #511261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

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

R = 41.33%
G = 9.18%
B = 49.49%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#511261 (or 0x511261) is known color: Scarlet Gum. HEX triplet: 51, 12 and 61. RGB value is (81,18,97). Sum of RGB (Red+Green+Blue) = 81+18+97=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #511261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511261 is #AEED9E. Grayscale: #2D2D2D. Windows color (decimal): -11464095 or 6361681. OLE color: 6361681.

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

Color convert

RGB 81 18 97 -
CMYK 0.16 0.81 0 0.62
HSL 287.85º 0.69% 0.23% -
HSV(B) 287.85º 0.81% 0.38% -
XYZ 5.77 3.05 11.59 -
YUV 45.84 156.87 153.08 -
System Red Green Blue C M Y K H S L
Decimal 81 18 97 0.16 0.81 0 0.62 287.85 0.69 0.23
Hex 51 12 61 10 51 0 3E 120 45 17
Octal 121 22 141 20 121 0 76 440 105 27
Binary 1010001 10010 1100001 10000 1010001 0 111110 100100000 1000101 10111

Color Harmonies of #511261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511261

Black with #511261

Text Example


Text Example

White with #511261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511261; }

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

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

background-color css

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

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

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

border-color css

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

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

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