#501961

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

Shades of Scarlet Gum #501961

Tints of Scarlet Gum #501961

Color information

#501961 (or 0x501961) is unknown color: approx Scarlet Gum. HEX triplet: 50, 19 and 61. RGB value is (80,25,97). Sum of RGB (Red+Green+Blue) = 80+25+97=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #501961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501961 is #AFE69E. Grayscale: #313131. Windows color (decimal): -11527839 or 6363472. OLE color: 6363472.

HSL color Cylindrical-coordinate representation of color #501961: hue angle of 285.83º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501961 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB802597-
CMYK0.180.7400.62
HSL285.83º59.02%23.92%-
HSV(B)285.83º74.23%38.04%-
XYZ5.813.2611.63-
YUV49.65154.72149.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=39.60%
G=12.38%
B=48.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8025970.180.7400.62285.8359.0223.92
Hex501961124A03E11e3b18
Octal12031141221120764367330
Binary1010000110011100001100101001010011111010001111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501961; }

 p { color: rgb(80,25,97); }

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

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

 a { background-color: rgb(80,25,97); }

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

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

 span { border-color: rgb(80,25,97); }

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