Html Css Color HEX #512060 Scarlet Gum

📋 copy color: '#512060'

red 81 ◦ green 32 ◦ blue 96

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

Shades of Scarlet Gum #512060

Tints of Scarlet Gum #512060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

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

R = 38.76%
G = 15.31%
B = 45.93%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#512060 (or 0x512060) is known color: Scarlet Gum. HEX triplet: 51, 20 and 60. RGB value is (81,32,96). Sum of RGB (Red+Green+Blue) = 81+32+96=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #512060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512060 is #AEDF9F. Grayscale: #353535. Windows color (decimal): -11460512 or 6299729. OLE color: 6299729.

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

Color convert

RGB 81 32 96 -
CMYK 0.16 0.67 0 0.62
HSL 285.94º 0.5% 0.25% -
HSV(B) 285.94º 0.67% 0.38% -
XYZ 6.02 3.63 11.45 -
YUV 53.95 151.73 147.3 -
System Red Green Blue C M Y K H S L
Decimal 81 32 96 0.16 0.67 0 0.62 285.94 0.5 0.25
Hex 51 20 60 10 43 0 3E 11E 32 19
Octal 121 40 140 20 103 0 76 436 62 31
Binary 1010001 100000 1100000 10000 1000011 0 111110 100011110 110010 11001

Color Harmonies of #512060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512060

Black with #512060

Text Example


Text Example

White with #512060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512060; }

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

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

background-color css

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

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

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

border-color css

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

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

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