Html Css Color HEX #502D5D Scarlet Gum

📋 copy color: '#502D5D'

red 80 ◦ green 45 ◦ blue 93

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

Shades of Scarlet Gum #502D5D

Tints of Scarlet Gum #502D5D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.64%

 BLUE value IS 93 (36.72% from 255) = 42.66%

R = 36.7%
G = 20.64%
B = 42.66%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#502D5D (or 0x502D5D) is known color: Scarlet Gum. HEX triplet: 50, 2D and 5D. RGB value is (80,45,93). Sum of RGB (Red+Green+Blue) = 80+45+93=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #502D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502D5D is #AFD2A2. Grayscale: #3C3C3C. Windows color (decimal): -11522723 or 6106448. OLE color: 6106448.

HSL color Cylindrical-coordinate representation of color #502D5D: hue angle of 283.75º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #502D5D is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 45 93 -
CMYK 0.14 0.52 0 0.64
HSL 283.75º 0.35% 0.27% -
HSV(B) 283.75º 0.52% 0.36% -
XYZ 6.22 4.37 10.87 -
YUV 60.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 80 45 93 0.14 0.52 0 0.64 283.75 0.35 0.27
Hex 50 2D 5D E 34 0 40 11C 23 1B
Octal 120 55 135 16 64 0 100 434 43 33
Binary 1010000 101101 1011101 1110 110100 0 1000000 100011100 100011 11011

Color Harmonies of #502D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D5D

Black with #502D5D

Text Example


Text Example

White with #502D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502D5D; }

 p { color: rgb(80,45,93); }

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

background-color css

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

 a { background-color: rgb(80,45,93); }

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

border-color css

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

 span { border-color: rgb(80,45,93); }

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