#50365D

Color #50365D Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #50365D

Tints of Scarlet Gum #50365D

Color information

#50365D (or 0x50365D) is unknown color: approx Scarlet Gum. HEX triplet: 50, 36 and 5D. RGB value is (80,54,93). Sum of RGB (Red+Green+Blue) = 80+54+93=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #50365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50365D is #AFC9A2. Grayscale: #424242. Windows color (decimal): -11520419 or 6108752. OLE color: 6108752.

HSL color Cylindrical-coordinate representation of color #50365D: hue angle of 280º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50365D is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB805493-
CMYK0.140.4200.64
HSL280º26.53%28.82%-
HSV(B)280º41.94%36.47%-
XYZ6.65.1311-
YUV66.22143.11137.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 54 (21.48% from 255) = 23.79%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=35.24%
G=23.79%
B=40.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8054930.140.4200.6428026.5328.82
Hex50365DE2A0401181b1d
Octal12066135165201004303335
Binary101000011011010111011110101010010000001000110001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50365D; }

 p { color: rgb(80,54,93); }

 H1.HeaderClassName
 {
   color: #50365D;
 }
 .AnyTagClassName
 {
   color: #50365D;
 }
</style>
background-color css

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

 a { background-color: rgb(80,54,93); }

 div.DivClassName
 {
   background-color: #50365D;
 }
 .BgClassName
 {
   background-color: #50365D;
 }
</style>
border-color css

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

 span { border-color: rgb(80,54,93); }

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