#503065

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

Shades of Scarlet Gum #503065

Tints of Scarlet Gum #503065

Color information

#503065 (or 0x503065) is unknown color: approx Scarlet Gum. HEX triplet: 50, 30 and 65. RGB value is (80,48,101). Sum of RGB (Red+Green+Blue) = 80+48+101=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #503065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503065 is #AFCF9A. Grayscale: #3F3F3F. Windows color (decimal): -11521947 or 6631504. OLE color: 6631504.

HSL color Cylindrical-coordinate representation of color #503065: hue angle of 276.23º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #503065 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8048101-
CMYK0.210.5200.60
HSL276.23º35.57%29.22%-
HSV(B)276.23º52.48%39.61%-
XYZ6.714.7612.88-
YUV63.61149.1139.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 48 (19.14% from 255) = 20.96%
BLUE value IS 101 (39.84% from 255) = 44.10%
R=34.93%
G=20.96%
B=44.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80481010.210.5200.60276.2335.5729.22
Hex503065153403C114241d
Octal1206014525640744244435
Binary1010000110000110010110101110100011110010001010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503065; }

 p { color: rgb(80,48,101); }

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

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

 a { background-color: rgb(80,48,101); }

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

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

 span { border-color: rgb(80,48,101); }

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