Html Css Color HEX #512960 Scarlet Gum

📋 copy color: '#512960'

red 81 ◦ green 41 ◦ blue 96

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

Shades of Scarlet Gum #512960

Tints of Scarlet Gum #512960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.81%

 BLUE value IS 96 (37.89% from 255) = 44.04%

R = 37.16%
G = 18.81%
B = 44.04%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#512960 (or 0x512960) is known color: Scarlet Gum. HEX triplet: 51, 29 and 60. RGB value is (81,41,96). Sum of RGB (Red+Green+Blue) = 81+41+96=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #512960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512960 is #AED69F. Grayscale: #3B3B3B. Windows color (decimal): -11458208 or 6302033. OLE color: 6302033.

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

Color convert

RGB 81 41 96 -
CMYK 0.16 0.57 0 0.62
HSL 283.64º 0.4% 0.27% -
HSV(B) 283.64º 0.57% 0.38% -
XYZ 6.3 4.18 11.54 -
YUV 59.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 81 41 96 0.16 0.57 0 0.62 283.64 0.4 0.27
Hex 51 29 60 10 39 0 3E 11C 28 1B
Octal 121 51 140 20 71 0 76 434 50 33
Binary 1010001 101001 1100000 10000 111001 0 111110 100011100 101000 11011

Color Harmonies of #512960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512960

Black with #512960

Text Example


Text Example

White with #512960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512960; }

 p { color: rgb(81,41,96); }

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

background-color css

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

 a { background-color: rgb(81,41,96); }

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

border-color css

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

 span { border-color: rgb(81,41,96); }

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