Html Css Color HEX #501262 Scarlet Gum

📋 copy color: '#501262'

red 80 ◦ green 18 ◦ blue 98

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

Shades of Scarlet Gum #501262

Tints of Scarlet Gum #501262

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

 BLUE value IS 98 (38.67% from 255) = 50%

R = 40.82%
G = 9.18%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#501262 (or 0x501262) is known color: Scarlet Gum. HEX triplet: 50, 12 and 62. RGB value is (80,18,98). Sum of RGB (Red+Green+Blue) = 80+18+98=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #501262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501262 is #AFED9D. Grayscale: #2D2D2D. Windows color (decimal): -11529630 or 6427216. OLE color: 6427216.

HSL color Cylindrical-coordinate representation of color #501262: hue angle of 286.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501262 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 18 98 -
CMYK 0.18 0.82 0 0.62
HSL 286.5º 0.69% 0.23% -
HSV(B) 286.5º 0.82% 0.38% -
XYZ 5.73 3.02 11.84 -
YUV 45.66 157.54 152.5 -
System Red Green Blue C M Y K H S L
Decimal 80 18 98 0.18 0.82 0 0.62 286.5 0.69 0.23
Hex 50 12 62 12 52 0 3E 11E 45 17
Octal 120 22 142 22 122 0 76 436 105 27
Binary 1010000 10010 1100010 10010 1010010 0 111110 100011110 1000101 10111

Color Harmonies of #501262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501262

Black with #501262

Text Example


Text Example

White with #501262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501262; }

 p { color: rgb(80,18,98); }

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

background-color css

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

 a { background-color: rgb(80,18,98); }

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

border-color css

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

 span { border-color: rgb(80,18,98); }

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