Html Css Color HEX #502C5F Scarlet Gum

📋 copy color: '#502C5F'

red 80 ◦ green 44 ◦ blue 95

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

Shades of Scarlet Gum #502C5F

Tints of Scarlet Gum #502C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.09%

 BLUE value IS 95 (37.5% from 255) = 43.38%

R = 36.53%
G = 20.09%
B = 43.38%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#502C5F (or 0x502C5F) is known color: Scarlet Gum. HEX triplet: 50, 2C and 5F. RGB value is (80,44,95). Sum of RGB (Red+Green+Blue) = 80+44+95=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 95 - color contains mainly: blue. Hex color #502C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502C5F is #AFD3A0. Grayscale: #3C3C3C. Windows color (decimal): -11522977 or 6237264. OLE color: 6237264.

HSL color Cylindrical-coordinate representation of color #502C5F: hue angle of 282.35º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #502C5F is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 44 95 -
CMYK 0.16 0.54 0 0.63
HSL 282.35º 0.37% 0.27% -
HSV(B) 282.35º 0.54% 0.37% -
XYZ 6.27 4.33 11.33 -
YUV 60.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 80 44 95 0.16 0.54 0 0.63 282.35 0.37 0.27
Hex 50 2C 5F 10 36 0 3F 11A 25 1B
Octal 120 54 137 20 66 0 77 432 45 33
Binary 1010000 101100 1011111 10000 110110 0 111111 100011010 100101 11011

Color Harmonies of #502C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C5F

Black with #502C5F

Text Example


Text Example

White with #502C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,44,95); }

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

background-color css

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

 a { background-color: rgb(80,44,95); }

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

border-color css

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

 span { border-color: rgb(80,44,95); }

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