Html Css Color HEX #502B5F Scarlet Gum

📋 copy color: '#502B5F'

red 80 ◦ green 43 ◦ blue 95

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

Shades of Scarlet Gum #502B5F

Tints of Scarlet Gum #502B5F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.72%

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

R = 36.7%
G = 19.72%
B = 43.58%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#502B5F (or 0x502B5F) is known color: Scarlet Gum. HEX triplet: 50, 2B and 5F. RGB value is (80,43,95). Sum of RGB (Red+Green+Blue) = 80+43+95=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 95 - color contains mainly: blue. Hex color #502B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502B5F is #AFD4A0. Grayscale: #3B3B3B. Windows color (decimal): -11523233 or 6237008. OLE color: 6237008.

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

Color convert

RGB 80 43 95 -
CMYK 0.16 0.55 0 0.63
HSL 282.69º 0.38% 0.27% -
HSV(B) 282.69º 0.55% 0.37% -
XYZ 6.24 4.26 11.32 -
YUV 59.99 147.76 142.27 -
System Red Green Blue C M Y K H S L
Decimal 80 43 95 0.16 0.55 0 0.63 282.69 0.38 0.27
Hex 50 2B 5F 10 37 0 3F 11B 26 1B
Octal 120 53 137 20 67 0 77 433 46 33
Binary 1010000 101011 1011111 10000 110111 0 111111 100011011 100110 11011

Color Harmonies of #502B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B5F

Black with #502B5F

Text Example


Text Example

White with #502B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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