Html Css Color HEX #512261 Scarlet Gum

📋 copy color: '#512261'

red 81 ◦ green 34 ◦ blue 97

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

Shades of Scarlet Gum #512261

Tints of Scarlet Gum #512261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.04%

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

R = 38.21%
G = 16.04%
B = 45.75%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#512261 (or 0x512261) is known color: Scarlet Gum. HEX triplet: 51, 22 and 61. RGB value is (81,34,97). Sum of RGB (Red+Green+Blue) = 81+34+97=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #512261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512261 is #AEDD9E. Grayscale: #373737. Windows color (decimal): -11459999 or 6365777. OLE color: 6365777.

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

Color convert

RGB 81 34 97 -
CMYK 0.16 0.65 0 0.62
HSL 284.76º 0.48% 0.26% -
HSV(B) 284.76º 0.65% 0.38% -
XYZ 6.12 3.76 11.71 -
YUV 55.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 81 34 97 0.16 0.65 0 0.62 284.76 0.48 0.26
Hex 51 22 61 10 41 0 3E 11D 30 1A
Octal 121 42 141 20 101 0 76 435 60 32
Binary 1010001 100010 1100001 10000 1000001 0 111110 100011101 110000 11010

Color Harmonies of #512261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512261

Black with #512261

Text Example


Text Example

White with #512261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512261; }

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

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

background-color css

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

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

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

border-color css

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

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

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