Html Css Color HEX #500D60 Scarlet Gum

📋 copy color: '#500D60'

red 80 ◦ green 13 ◦ blue 96

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

Shades of Scarlet Gum #500D60

Tints of Scarlet Gum #500D60

RGB

 RED value IS 80 (31.64% from 255) = 42.33%

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

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

R = 42.33%
G = 6.88%
B = 50.79%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#500D60 (or 0x500D60) is known color: Scarlet Gum. HEX triplet: 50, 0D and 60. RGB value is (80,13,96). Sum of RGB (Red+Green+Blue) = 80+13+96=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #500D60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500D60 is #AFF29F. Grayscale: #2A2A2A. Windows color (decimal): -11530912 or 6294864. OLE color: 6294864.

HSL color Cylindrical-coordinate representation of color #500D60: hue angle of 288.43º 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 #500D60 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 13 96 -
CMYK 0.17 0.86 0 0.62
HSL 288.43º 0.76% 0.21% -
HSV(B) 288.43º 0.86% 0.38% -
XYZ 5.56 2.84 11.32 -
YUV 42.5 158.2 154.75 -
System Red Green Blue C M Y K H S L
Decimal 80 13 96 0.17 0.86 0 0.62 288.43 0.76 0.21
Hex 50 D 60 11 56 0 3E 120 4C 15
Octal 120 15 140 21 126 0 76 440 114 25
Binary 1010000 1101 1100000 10001 1010110 0 111110 100100000 1001100 10101

Color Harmonies of #500D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500D60

Black with #500D60

Text Example


Text Example

White with #500D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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