#503261

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

Shades of Scarlet Gum #503261

Tints of Scarlet Gum #503261

Color information

#503261 (or 0x503261) is unknown color: approx Scarlet Gum. HEX triplet: 50, 32 and 61. RGB value is (80,50,97). Sum of RGB (Red+Green+Blue) = 80+50+97=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #503261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503261 is #AFCD9E. Grayscale: #404040. Windows color (decimal): -11521439 or 6369872. OLE color: 6369872.

HSL color Cylindrical-coordinate representation of color #503261: hue angle of 278.3º 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 #503261 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB805097-
CMYK0.180.4800.62
HSL278.3º31.97%28.82%-
HSV(B)278.3º48.45%38.04%-
XYZ6.614.8511.9-
YUV64.33146.44139.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=35.24%
G=22.03%
B=42.73%

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
Decimal8050970.180.4800.62278.331.9728.82
Hex503261123003E116201d
Octal1206214122600764264035
Binary1010000110010110000110010110000011111010001011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503261; }

 p { color: rgb(80,50,97); }

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

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

 a { background-color: rgb(80,50,97); }

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

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

 span { border-color: rgb(80,50,97); }

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