Html Css Color HEX #50375A Scarlet Gum

📋 copy color: '#50375A'

red 80 ◦ green 55 ◦ blue 90

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

Shades of Scarlet Gum #50375A

Tints of Scarlet Gum #50375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40%

R = 35.56%
G = 24.44%
B = 40%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#50375A (or 0x50375A) is known color: Scarlet Gum. HEX triplet: 50, 37 and 5A. RGB value is (80,55,90). Sum of RGB (Red+Green+Blue) = 80+55+90=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #50375A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50375A is #AFC8A5. Grayscale: #424242. Windows color (decimal): -11520166 or 5912400. OLE color: 5912400.

HSL color Cylindrical-coordinate representation of color #50375A: hue angle of 282.86º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50375A is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 55 90 -
CMYK 0.11 0.39 0 0.65
HSL 282.86º 0.24% 0.28% -
HSV(B) 282.86º 0.39% 0.35% -
XYZ 6.52 5.18 10.33 -
YUV 66.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 80 55 90 0.11 0.39 0 0.65 282.86 0.24 0.28
Hex 50 37 5A B 27 0 41 11B 18 1C
Octal 120 67 132 13 47 0 101 433 30 34
Binary 1010000 110111 1011010 1011 100111 0 1000001 100011011 11000 11100

Color Harmonies of #50375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50375A

Black with #50375A

Text Example


Text Example

White with #50375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50375A; }

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

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

background-color css

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

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

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

border-color css

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

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

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