#503362

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

Shades of Scarlet Gum #503362

Tints of Scarlet Gum #503362

Color information

#503362 (or 0x503362) is unknown color: approx Scarlet Gum. HEX triplet: 50, 33 and 62. RGB value is (80,51,98). Sum of RGB (Red+Green+Blue) = 80+51+98=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #503362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503362 is #AFCC9D. Grayscale: #404040. Windows color (decimal): -11521182 or 6435664. OLE color: 6435664.

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

Color convert

RGB805198-
CMYK0.180.4800.62
HSL277.02º31.54%29.22%-
HSV(B)277.02º47.96%38.43%-
XYZ6.74.9512.16-
YUV65.03146.61138.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 51 (20.31% from 255) = 22.27%
BLUE value IS 98 (38.67% from 255) = 42.79%
R=34.93%
G=22.27%
B=42.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8051980.180.4800.62277.0231.5429.22
Hex503362123003E115201d
Octal1206314222600764254035
Binary1010000110011110001010010110000011111010001010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503362; }

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

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

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

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

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

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

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

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