Html Css Color HEX #503861 Scarlet Gum

📋 copy color: '#503861'

red 80 ◦ green 56 ◦ blue 97

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

Shades of Scarlet Gum #503861

Tints of Scarlet Gum #503861

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.03%

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

R = 34.33%
G = 24.03%
B = 41.63%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#503861 (or 0x503861) is known color: Scarlet Gum. HEX triplet: 50, 38 and 61. RGB value is (80,56,97). Sum of RGB (Red+Green+Blue) = 80+56+97=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #503861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503861 is #AFC79E. Grayscale: #434343. Windows color (decimal): -11519903 or 6371408. OLE color: 6371408.

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

Color convert

RGB 80 56 97 -
CMYK 0.18 0.42 0 0.62
HSL 275.12º 0.27% 0.3% -
HSV(B) 275.12º 0.42% 0.38% -
XYZ 6.88 5.4 11.99 -
YUV 67.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 80 56 97 0.18 0.42 0 0.62 275.12 0.27 0.3
Hex 50 38 61 12 2A 0 3E 113 1B 1E
Octal 120 70 141 22 52 0 76 423 33 36
Binary 1010000 111000 1100001 10010 101010 0 111110 100010011 11011 11110

Color Harmonies of #503861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503861

Black with #503861

Text Example


Text Example

White with #503861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503861; }

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

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

background-color css

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

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

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

border-color css

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

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

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