#501265

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

Shades of Scarlet Gum #501265

Tints of Scarlet Gum #501265

Color information

#501265 (or 0x501265) is unknown color: approx Scarlet Gum. HEX triplet: 50, 12 and 65. RGB value is (80,18,101). Sum of RGB (Red+Green+Blue) = 80+18+101=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #501265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501265 is #AFED9A. Grayscale: #2D2D2D. Windows color (decimal): -11529627 or 6623824. OLE color: 6623824.

HSL color Cylindrical-coordinate representation of color #501265: hue angle of 284.82º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501265 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8018101-
CMYK0.210.8200.60
HSL284.82º69.75%23.33%-
HSV(B)284.82º82.18%39.61%-
XYZ5.873.0812.6-
YUV46159.04152.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 101 (39.84% from 255) = 50.75%
R=40.20%
G=9.05%
B=50.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80181010.210.8200.60284.8269.7523.33
Hex501265155203C11d4617
Octal120221452512207443510627
Binary10100001001011001011010110100100111100100011101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501265; }

 p { color: rgb(80,18,101); }

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

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

 a { background-color: rgb(80,18,101); }

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

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

 span { border-color: rgb(80,18,101); }

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