Html Css Color HEX #50335B Scarlet Gum

📋 copy color: '#50335B'

red 80 ◦ green 51 ◦ blue 91

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

Shades of Scarlet Gum #50335B

Tints of Scarlet Gum #50335B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.99%

R = 36.04%
G = 22.97%
B = 40.99%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50335B (or 0x50335B) is known color: Scarlet Gum. HEX triplet: 50, 33 and 5B. RGB value is (80,51,91). Sum of RGB (Red+Green+Blue) = 80+51+91=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #50335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50335B is #AFCCA4. Grayscale: #404040. Windows color (decimal): -11521189 or 5976912. OLE color: 5976912.

HSL color Cylindrical-coordinate representation of color #50335B: hue angle of 283.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50335B is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 51 91 -
CMYK 0.12 0.44 0 0.64
HSL 283.5º 0.28% 0.28% -
HSV(B) 283.5º 0.44% 0.36% -
XYZ 6.38 4.83 10.49 -
YUV 64.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 80 51 91 0.12 0.44 0 0.64 283.5 0.28 0.28
Hex 50 33 5B C 2C 0 40 11C 1C 1C
Octal 120 63 133 14 54 0 100 434 34 34
Binary 1010000 110011 1011011 1100 101100 0 1000000 100011100 11100 11100

Color Harmonies of #50335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50335B

Black with #50335B

Text Example


Text Example

White with #50335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50335B; }

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

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

background-color css

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

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

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

border-color css

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

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

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