Html Css Color HEX #503359 Scarlet Gum

📋 copy color: '#503359'

red 80 ◦ green 51 ◦ blue 89

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

Shades of Scarlet Gum #503359

Tints of Scarlet Gum #503359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 40.45%

R = 36.36%
G = 23.18%
B = 40.45%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#503359 (or 0x503359) is known color: Scarlet Gum. HEX triplet: 50, 33 and 59. RGB value is (80,51,89). Sum of RGB (Red+Green+Blue) = 80+51+89=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #503359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503359 is #AFCCA6. Grayscale: #3F3F3F. Windows color (decimal): -11521191 or 5845840. OLE color: 5845840.

HSL color Cylindrical-coordinate representation of color #503359: hue angle of 285.79º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #503359 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 51 89 -
CMYK 0.10 0.43 0 0.65
HSL 285.79º 0.27% 0.27% -
HSV(B) 285.79º 0.43% 0.35% -
XYZ 6.3 4.79 10.04 -
YUV 64 142.11 139.41 -
System Red Green Blue C M Y K H S L
Decimal 80 51 89 0.10 0.43 0 0.65 285.79 0.27 0.27
Hex 50 33 59 A 2B 0 41 11E 1B 1B
Octal 120 63 131 12 53 0 101 436 33 33
Binary 1010000 110011 1011001 1010 101011 0 1000001 100011110 11011 11011

Color Harmonies of #503359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503359

Black with #503359

Text Example


Text Example

White with #503359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503359; }

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

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

background-color css

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

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

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

border-color css

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

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

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