#50175E

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

Shades of Scarlet Gum #50175E

Tints of Scarlet Gum #50175E

Color information

#50175E (or 0x50175E) is unknown color: approx Scarlet Gum. HEX triplet: 50, 17 and 5E. RGB value is (80,23,94). Sum of RGB (Red+Green+Blue) = 80+23+94=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #50175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50175E is #AFE8A1. Grayscale: #2F2F2F. Windows color (decimal): -11528354 or 6166352. OLE color: 6166352.

HSL color Cylindrical-coordinate representation of color #50175E: hue angle of 288.17º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50175E is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB802394-
CMYK0.150.7600.63
HSL288.17º60.68%22.94%-
HSV(B)288.17º75.53%36.86%-
XYZ5.643.1310.9-
YUV48.14153.88150.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 23 (9.38% from 255) = 11.68%
BLUE value IS 94 (37.11% from 255) = 47.72%
R=40.61%
G=11.68%
B=47.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8023940.150.7600.63288.1760.6822.94
Hex50175EF4C03F1203d17
Octal12027136171140774407527
Binary101000010111101111011111001100011111110010000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50175E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50175E; }

 p { color: rgb(80,23,94); }

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

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

 a { background-color: rgb(80,23,94); }

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

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

 span { border-color: rgb(80,23,94); }

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