Html Css Color HEX #503760 Scarlet Gum

📋 copy color: '#503760'

red 80 ◦ green 55 ◦ blue 96

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

Shades of Scarlet Gum #503760

Tints of Scarlet Gum #503760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.81%

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

R = 34.63%
G = 23.81%
B = 41.56%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#503760 (or 0x503760) is known color: Scarlet Gum. HEX triplet: 50, 37 and 60. RGB value is (80,55,96). Sum of RGB (Red+Green+Blue) = 80+55+96=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #503760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503760 is #AFC89F. Grayscale: #434343. Windows color (decimal): -11520160 or 6305616. OLE color: 6305616.

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

Color convert

RGB 80 55 96 -
CMYK 0.17 0.43 0 0.62
HSL 276.59º 0.27% 0.3% -
HSV(B) 276.59º 0.43% 0.38% -
XYZ 6.79 5.28 11.73 -
YUV 67.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 80 55 96 0.17 0.43 0 0.62 276.59 0.27 0.3
Hex 50 37 60 11 2B 0 3E 115 1B 1E
Octal 120 67 140 21 53 0 76 425 33 36
Binary 1010000 110111 1100000 10001 101011 0 111110 100010101 11011 11110

Color Harmonies of #503760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503760

Black with #503760

Text Example


Text Example

White with #503760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503760; }

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

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

background-color css

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

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

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

border-color css

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

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

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