#501161

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

Shades of Scarlet Gum #501161

Tints of Scarlet Gum #501161

Color information

#501161 (or 0x501161) is unknown color: approx Scarlet Gum. HEX triplet: 50, 11 and 61. RGB value is (80,17,97). Sum of RGB (Red+Green+Blue) = 80+17+97=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #501161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501161 is #AFEE9E. Grayscale: #2C2C2C. Windows color (decimal): -11529887 or 6361424. OLE color: 6361424.

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

Color convert

RGB801797-
CMYK0.180.8200.62
HSL287.25º70.18%22.35%-
HSV(B)287.25º82.47%38.04%-
XYZ5.672.9711.58-
YUV44.96157.37153-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 97 (38.28% from 255) = 50%
R=41.24%
G=8.76%
B=50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8017970.180.8200.62287.2570.1822.35
Hex501161125203E11f4616
Octal120211412212207643710626
Binary10100001000111000011001010100100111110100011111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501161; }

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

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

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

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

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

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

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

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