#502463

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

Shades of Scarlet Gum #502463

Tints of Scarlet Gum #502463

Color information

#502463 (or 0x502463) is unknown color: approx Scarlet Gum. HEX triplet: 50, 24 and 63. RGB value is (80,36,99). Sum of RGB (Red+Green+Blue) = 80+36+99=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #502463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502463 is #AFDB9C. Grayscale: #383838. Windows color (decimal): -11525021 or 6497360. OLE color: 6497360.

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

Color convert

RGB803699-
CMYK0.190.6400.61
HSL281.9º46.67%26.47%-
HSV(B)281.9º63.64%38.82%-
XYZ6.193.8712.22-
YUV56.34152.08144.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 36 (14.45% from 255) = 16.74%
BLUE value IS 99 (39.06% from 255) = 46.05%
R=37.21%
G=16.74%
B=46.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8036990.190.6400.61281.946.6726.47
Hex502463134003D11a2f1a
Octal12044143231000754325732
Binary10100001001001100011100111000000011110110001101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502463; }

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

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

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

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

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

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

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

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