#501861

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

Shades of Scarlet Gum #501861

Tints of Scarlet Gum #501861

Color information

#501861 (or 0x501861) is unknown color: approx Scarlet Gum. HEX triplet: 50, 18 and 61. RGB value is (80,24,97). Sum of RGB (Red+Green+Blue) = 80+24+97=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #501861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501861 is #AFE79E. Grayscale: #303030. Windows color (decimal): -11528095 or 6363216. OLE color: 6363216.

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

Color convert

RGB802497-
CMYK0.180.7500.62
HSL286.03º60.33%23.73%-
HSV(B)286.03º75.26%38.04%-
XYZ5.793.2211.63-
YUV49.07155.05150.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 97 (38.28% from 255) = 48.26%
R=39.80%
G=11.94%
B=48.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8024970.180.7500.62286.0360.3323.73
Hex501861124B03E11e3c18
Octal12030141221130764367430
Binary1010000110001100001100101001011011111010001111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501861; }

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

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

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

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

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

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

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

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