Html Css Color HEX #510D60 Scarlet Gum

📋 copy color: '#510D60'

red 81 ◦ green 13 ◦ blue 96

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

Shades of Scarlet Gum #510D60

Tints of Scarlet Gum #510D60

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.84%

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

R = 42.63%
G = 6.84%
B = 50.53%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#510D60 (or 0x510D60) is known color: Scarlet Gum. HEX triplet: 51, 0D and 60. RGB value is (81,13,96). Sum of RGB (Red+Green+Blue) = 81+13+96=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #510D60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D60 is #AEF29F. Grayscale: #2A2A2A. Windows color (decimal): -11465376 or 6294865. OLE color: 6294865.

HSL color Cylindrical-coordinate representation of color #510D60: hue angle of 289.16º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #510D60 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 13 96 -
CMYK 0.16 0.86 0 0.62
HSL 289.16º 0.76% 0.21% -
HSV(B) 289.16º 0.86% 0.38% -
XYZ 5.65 2.88 11.32 -
YUV 42.79 158.03 155.25 -
System Red Green Blue C M Y K H S L
Decimal 81 13 96 0.16 0.86 0 0.62 289.16 0.76 0.21
Hex 51 D 60 10 56 0 3E 121 4C 15
Octal 121 15 140 20 126 0 76 441 114 25
Binary 1010001 1101 1100000 10000 1010110 0 111110 100100001 1001100 10101

Color Harmonies of #510D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510D60

Black with #510D60

Text Example


Text Example

White with #510D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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