#50175F

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

Shades of Scarlet Gum #50175F

Tints of Scarlet Gum #50175F

Color information

#50175F (or 0x50175F) is unknown color: approx Scarlet Gum. HEX triplet: 50, 17 and 5F. RGB value is (80,23,95). Sum of RGB (Red+Green+Blue) = 80+23+95=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #50175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50175F is #AFE8A0. Grayscale: #303030. Windows color (decimal): -11528353 or 6231888. OLE color: 6231888.

HSL color Cylindrical-coordinate representation of color #50175F: hue angle of 287.5º 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 #50175F is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB802395-
CMYK0.160.7600.63
HSL287.5º61.02%23.14%-
HSV(B)287.5º75.79%37.25%-
XYZ5.683.1411.13-
YUV48.25154.38150.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.40%
GREEN value IS 23 (9.38% from 255) = 11.62%
BLUE value IS 95 (37.5% from 255) = 47.98%
R=40.40%
G=11.62%
B=47.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8023950.160.7600.63287.561.0223.14
Hex50175F104C03F1203d17
Octal12027137201140774407527
Binary1010000101111011111100001001100011111110010000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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