Html Css Color HEX #512160 Scarlet Gum

📋 copy color: '#512160'

red 81 ◦ green 33 ◦ blue 96

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

Shades of Scarlet Gum #512160

Tints of Scarlet Gum #512160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.71%

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

R = 38.57%
G = 15.71%
B = 45.71%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#512160 (or 0x512160) is known color: Scarlet Gum. HEX triplet: 51, 21 and 60. RGB value is (81,33,96). Sum of RGB (Red+Green+Blue) = 81+33+96=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #512160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512160 is #AEDE9F. Grayscale: #363636. Windows color (decimal): -11460256 or 6299985. OLE color: 6299985.

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

Color convert

RGB 81 33 96 -
CMYK 0.16 0.66 0 0.62
HSL 285.71º 0.49% 0.25% -
HSV(B) 285.71º 0.66% 0.38% -
XYZ 6.05 3.68 11.46 -
YUV 54.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 81 33 96 0.16 0.66 0 0.62 285.71 0.49 0.25
Hex 51 21 60 10 42 0 3E 11E 31 19
Octal 121 41 140 20 102 0 76 436 61 31
Binary 1010001 100001 1100000 10000 1000010 0 111110 100011110 110001 11001

Color Harmonies of #512160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512160

Black with #512160

Text Example


Text Example

White with #512160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512160; }

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

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

background-color css

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

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

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

border-color css

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

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

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