#503360

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

Shades of Scarlet Gum #503360

Tints of Scarlet Gum #503360

Color information

#503360 (or 0x503360) is unknown color: approx Scarlet Gum. HEX triplet: 50, 33 and 60. RGB value is (80,51,96). Sum of RGB (Red+Green+Blue) = 80+51+96=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #503360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503360 is #AFCC9F. Grayscale: #404040. Windows color (decimal): -11521184 or 6304592. OLE color: 6304592.

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

Color convert

RGB805196-
CMYK0.170.4700.62
HSL278.67º30.61%28.82%-
HSV(B)278.67º46.88%37.65%-
XYZ6.64.9211.67-
YUV64.8145.61138.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 51 (20.31% from 255) = 22.47%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=35.24%
G=22.47%
B=42.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8051960.170.4700.62278.6730.6128.82
Hex503360112F03E1171f1d
Octal1206314021570764273735
Binary101000011001111000001000110111101111101000101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503360; }

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

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

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

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

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

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

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

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