Html Css Color HEX #503360 Scarlet Gum

📋 copy color: '#503360'

red 80 ◦ green 51 ◦ blue 96

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

Shades of Scarlet Gum #503360

Tints of Scarlet Gum #503360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.47%

 BLUE value IS 96 (37.89% from 255) = 42.29%

R = 35.24%
G = 22.47%
B = 42.29%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#503360 (or 0x503360) is known color: Scarlet Gum. HEX triplet: 50, 33 and 60. RGB value is (80,51,96). Sum of RGB (Red+Green+Blue) = 80+51+96=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #503360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503360 is #AFCC9F. Grayscale: #404040. Windows color (decimal): -11521184 or 6304592. OLE color: 6304592.

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

Color convert

RGB 80 51 96 -
CMYK 0.17 0.47 0 0.62
HSL 278.67º 0.31% 0.29% -
HSV(B) 278.67º 0.47% 0.38% -
XYZ 6.6 4.92 11.67 -
YUV 64.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 80 51 96 0.17 0.47 0 0.62 278.67 0.31 0.29
Hex 50 33 60 11 2F 0 3E 117 1F 1D
Octal 120 63 140 21 57 0 76 427 37 35
Binary 1010000 110011 1100000 10001 101111 0 111110 100010111 11111 11101

Color Harmonies of #503360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503360

Black with #503360

Text Example


Text Example

White with #503360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503360; }

 p { color: rgb(80,51,96); }

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

background-color css

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

 a { background-color: rgb(80,51,96); }

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

border-color css

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

 span { border-color: rgb(80,51,96); }

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