#503363

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

Shades of Scarlet Gum #503363

Tints of Scarlet Gum #503363

Color information

#503363 (or 0x503363) is unknown color: approx Scarlet Gum. HEX triplet: 50, 33 and 63. RGB value is (80,51,99). Sum of RGB (Red+Green+Blue) = 80+51+99=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #503363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503363 is #AFCC9C. Grayscale: #404040. Windows color (decimal): -11521181 or 6501200. OLE color: 6501200.

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

Color convert

RGB805199-
CMYK0.190.4800.61
HSL276.25º32%29.41%-
HSV(B)276.25º48.48%38.82%-
XYZ6.744.9712.41-
YUV65.14147.11138.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 99 (39.06% from 255) = 43.04%
R=34.78%
G=22.17%
B=43.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8051990.190.4800.61276.253229.41
Hex503363133003D114201d
Octal1206314323600754244035
Binary1010000110011110001110011110000011110110001010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503363; }

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

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

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

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

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

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

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

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