Html Css Color HEX #502F5F Scarlet Gum

📋 copy color: '#502F5F'

red 80 ◦ green 47 ◦ blue 95

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

Shades of Scarlet Gum #502F5F

Tints of Scarlet Gum #502F5F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.17%

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

R = 36.04%
G = 21.17%
B = 42.79%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#502F5F (or 0x502F5F) is known color: Scarlet Gum. HEX triplet: 50, 2F and 5F. RGB value is (80,47,95). Sum of RGB (Red+Green+Blue) = 80+47+95=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #502F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502F5F is #AFD0A0. Grayscale: #3E3E3E. Windows color (decimal): -11522209 or 6238032. OLE color: 6238032.

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

Color convert

RGB 80 47 95 -
CMYK 0.16 0.51 0 0.63
HSL 281.25º 0.34% 0.28% -
HSV(B) 281.25º 0.51% 0.37% -
XYZ 6.39 4.56 11.37 -
YUV 62.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 80 47 95 0.16 0.51 0 0.63 281.25 0.34 0.28
Hex 50 2F 5F 10 33 0 3F 119 22 1C
Octal 120 57 137 20 63 0 77 431 42 34
Binary 1010000 101111 1011111 10000 110011 0 111111 100011001 100010 11100

Color Harmonies of #502F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502F5F

Black with #502F5F

Text Example


Text Example

White with #502F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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