#502464

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

Shades of Scarlet Gum #502464

Tints of Scarlet Gum #502464

Color information

#502464 (or 0x502464) is unknown color: approx Scarlet Gum. HEX triplet: 50, 24 and 64. RGB value is (80,36,100). Sum of RGB (Red+Green+Blue) = 80+36+100=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 100 (39.45% from 255 or 46.30% from 216); Max value from RGB is 100 - color contains mainly: blue. Hex color #502464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502464 is #AFDB9B. Grayscale: #383838. Windows color (decimal): -11525020 or 6562896. OLE color: 6562896.

HSL color Cylindrical-coordinate representation of color #502464: hue angle of 281.25º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #502464 is Cyan = 0.2, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8036100-
CMYK0.20.6400.61
HSL281.25º47.06%26.67%-
HSV(B)281.25º64%39.22%-
XYZ6.243.8912.48-
YUV56.45152.58144.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 100 (39.45% from 255) = 46.30%
R=37.04%
G=16.67%
B=46.30%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal80361000.20.6400.61281.2547.0626.67
Hex502464144003D1192f1b
Octal12044144241000754315733
Binary10100001001001100100101001000000011110110001100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502464; }

 p { color: rgb(80,36,100); }

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

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

 a { background-color: rgb(80,36,100); }

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

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

 span { border-color: rgb(80,36,100); }

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