Html Css Color HEX #503959 Scarlet Gum

📋 copy color: '#503959'

red 80 ◦ green 57 ◦ blue 89

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

Shades of Scarlet Gum #503959

Tints of Scarlet Gum #503959

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.22%

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

R = 35.4%
G = 25.22%
B = 39.38%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#503959 (or 0x503959) is known color: Scarlet Gum. HEX triplet: 50, 39 and 59. RGB value is (80,57,89). Sum of RGB (Red+Green+Blue) = 80+57+89=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #503959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503959 is #AFC6A6. Grayscale: #434343. Windows color (decimal): -11519655 or 5847376. OLE color: 5847376.

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

Color convert

RGB 80 57 89 -
CMYK 0.10 0.36 0 0.65
HSL 283.13º 0.22% 0.29% -
HSV(B) 283.13º 0.36% 0.35% -
XYZ 6.57 5.35 10.14 -
YUV 67.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 80 57 89 0.10 0.36 0 0.65 283.13 0.22 0.29
Hex 50 39 59 A 24 0 41 11B 16 1D
Octal 120 71 131 12 44 0 101 433 26 35
Binary 1010000 111001 1011001 1010 100100 0 1000001 100011011 10110 11101

Color Harmonies of #503959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503959

Black with #503959

Text Example


Text Example

White with #503959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503959; }

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

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

background-color css

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

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

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

border-color css

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

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

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