Html Css Color HEX #503263 Scarlet Gum

📋 copy color: '#503263'

red 80 ◦ green 50 ◦ blue 99

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

Shades of Scarlet Gum #503263

Tints of Scarlet Gum #503263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.83%

 BLUE value IS 99 (39.06% from 255) = 43.23%

R = 34.93%
G = 21.83%
B = 43.23%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#503263 (or 0x503263) is known color: Scarlet Gum. HEX triplet: 50, 32 and 63. RGB value is (80,50,99). Sum of RGB (Red+Green+Blue) = 80+50+99=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #503263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503263 is #AFCD9C. Grayscale: #404040. Windows color (decimal): -11521437 or 6500944. OLE color: 6500944.

HSL color Cylindrical-coordinate representation of color #503263: hue angle of 276.73º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #503263 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 50 99 -
CMYK 0.19 0.49 0 0.61
HSL 276.73º 0.33% 0.29% -
HSV(B) 276.73º 0.49% 0.39% -
XYZ 6.7 4.89 12.39 -
YUV 64.56 147.44 139.02 -
System Red Green Blue C M Y K H S L
Decimal 80 50 99 0.19 0.49 0 0.61 276.73 0.33 0.29
Hex 50 32 63 13 31 0 3D 115 21 1D
Octal 120 62 143 23 61 0 75 425 41 35
Binary 1010000 110010 1100011 10011 110001 0 111101 100010101 100001 11101

Color Harmonies of #503263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503263

Black with #503263

Text Example


Text Example

White with #503263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503263; }

 p { color: rgb(80,50,99); }

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

background-color css

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

 a { background-color: rgb(80,50,99); }

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

border-color css

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

 span { border-color: rgb(80,50,99); }

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