#502360

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

Shades of Scarlet Gum #502360

Tints of Scarlet Gum #502360

Color information

#502360 (or 0x502360) is unknown color: approx Scarlet Gum. HEX triplet: 50, 23 and 60. RGB value is (80,35,96). Sum of RGB (Red+Green+Blue) = 80+35+96=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #502360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502360 is #AFDC9F. Grayscale: #373737. Windows color (decimal): -11525280 or 6300496. OLE color: 6300496.

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

Color convert

RGB803596-
CMYK0.170.6400.62
HSL284.26º46.56%25.69%-
HSV(B)284.26º63.54%37.65%-
XYZ6.023.7511.47-
YUV55.41150.91145.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 35 (14.06% from 255) = 16.59%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=37.91%
G=16.59%
B=45.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8035960.170.6400.62284.2646.5625.69
Hex502360114003E11c2f1a
Octal12043140211000764345732
Binary10100001000111100000100011000000011111010001110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502360; }

 p { color: rgb(80,35,96); }

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

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

 a { background-color: rgb(80,35,96); }

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

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

 span { border-color: rgb(80,35,96); }

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