Html Css Color HEX #501F5E Scarlet Gum

📋 copy color: '#501F5E'

red 80 ◦ green 31 ◦ blue 94

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

Shades of Scarlet Gum #501F5E

Tints of Scarlet Gum #501F5E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.12%

 BLUE value IS 94 (37.11% from 255) = 45.85%

R = 39.02%
G = 15.12%
B = 45.85%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#501F5E (or 0x501F5E) is known color: Scarlet Gum. HEX triplet: 50, 1F and 5E. RGB value is (80,31,94). Sum of RGB (Red+Green+Blue) = 80+31+94=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #501F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501F5E is #AFE0A1. Grayscale: #343434. Windows color (decimal): -11526306 or 6168400. OLE color: 6168400.

HSL color Cylindrical-coordinate representation of color #501F5E: hue angle of 286.67º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #501F5E is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 31 94 -
CMYK 0.15 0.67 0 0.63
HSL 286.67º 0.5% 0.25% -
HSV(B) 286.67º 0.67% 0.37% -
XYZ 5.82 3.49 10.96 -
YUV 52.83 151.23 147.38 -
System Red Green Blue C M Y K H S L
Decimal 80 31 94 0.15 0.67 0 0.63 286.67 0.5 0.25
Hex 50 1F 5E F 43 0 3F 11F 32 19
Octal 120 37 136 17 103 0 77 437 62 31
Binary 1010000 11111 1011110 1111 1000011 0 111111 100011111 110010 11001

Color Harmonies of #501F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F5E

Black with #501F5E

Text Example


Text Example

White with #501F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501F5E; }

 p { color: rgb(80,31,94); }

 H1.HeaderClassName
 {
   color: #501F5E;
 }
 .AnyTagClassName
 {
   color: #501F5E;
 }
</style>

background-color css

<style>
 a { background-color: #501F5E; }

 a { background-color: rgb(80,31,94); }

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

border-color css

<style>
 span { border-color: #501F5E; }

 span { border-color: rgb(80,31,94); }

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