Html Css Color HEX #503061 Scarlet Gum

📋 copy color: '#503061'

red 80 ◦ green 48 ◦ blue 97

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

Shades of Scarlet Gum #503061

Tints of Scarlet Gum #503061

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.33%

 BLUE value IS 97 (38.28% from 255) = 43.11%

R = 35.56%
G = 21.33%
B = 43.11%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#503061 (or 0x503061) is known color: Scarlet Gum. HEX triplet: 50, 30 and 61. RGB value is (80,48,97). Sum of RGB (Red+Green+Blue) = 80+48+97=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #503061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503061 is #AFCF9E. Grayscale: #3E3E3E. Windows color (decimal): -11521951 or 6369360. OLE color: 6369360.

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

Color convert

RGB 80 48 97 -
CMYK 0.18 0.51 0 0.62
HSL 279.18º 0.34% 0.28% -
HSV(B) 279.18º 0.51% 0.38% -
XYZ 6.52 4.68 11.87 -
YUV 63.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 80 48 97 0.18 0.51 0 0.62 279.18 0.34 0.28
Hex 50 30 61 12 33 0 3E 117 22 1C
Octal 120 60 141 22 63 0 76 427 42 34
Binary 1010000 110000 1100001 10010 110011 0 111110 100010111 100010 11100

Color Harmonies of #503061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503061

Black with #503061

Text Example


Text Example

White with #503061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503061; }

 p { color: rgb(80,48,97); }

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

background-color css

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

 a { background-color: rgb(80,48,97); }

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

border-color css

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

 span { border-color: rgb(80,48,97); }

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