Html Css Color HEX #503162 Scarlet Gum

📋 copy color: '#503162'

red 80 ◦ green 49 ◦ blue 98

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

Shades of Scarlet Gum #503162

Tints of Scarlet Gum #503162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.59%

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

R = 35.24%
G = 21.59%
B = 43.17%

CMYK

 C value IS 0.18

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#503162 (or 0x503162) is known color: Scarlet Gum. HEX triplet: 50, 31 and 62. RGB value is (80,49,98). Sum of RGB (Red+Green+Blue) = 80+49+98=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #503162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503162 is #AFCE9D. Grayscale: #3F3F3F. Windows color (decimal): -11521694 or 6435152. OLE color: 6435152.

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

Color convert

RGB 80 49 98 -
CMYK 0.18 0.5 0 0.62
HSL 277.96º 0.33% 0.29% -
HSV(B) 277.96º 0.5% 0.38% -
XYZ 6.61 4.78 12.13 -
YUV 63.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 80 49 98 0.18 0.5 0 0.62 277.96 0.33 0.29
Hex 50 31 62 12 32 0 3E 116 21 1D
Octal 120 61 142 22 62 0 76 426 41 35
Binary 1010000 110001 1100010 10010 110010 0 111110 100010110 100001 11101

Color Harmonies of #503162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503162

Black with #503162

Text Example


Text Example

White with #503162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503162; }

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

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

background-color css

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

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

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

border-color css

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

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

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