#502765

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

Shades of Scarlet Gum #502765

Tints of Scarlet Gum #502765

Color information

#502765 (or 0x502765) is unknown color: approx Scarlet Gum. HEX triplet: 50, 27 and 65. RGB value is (80,39,101). Sum of RGB (Red+Green+Blue) = 80+39+101=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #502765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502765 is #AFD89A. Grayscale: #3A3A3A. Windows color (decimal): -11524251 or 6629200. OLE color: 6629200.

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

Color convert

RGB8039101-
CMYK0.210.6100.60
HSL279.68º44.29%27.45%-
HSV(B)279.68º61.39%39.61%-
XYZ6.384.112.77-
YUV58.33152.08143.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 39 (15.62% from 255) = 17.73%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=36.36%
G=17.73%
B=45.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80391010.210.6100.60279.6844.2927.45
Hex502765153D03C1182c1b
Octal1204714525750744305433
Binary1010000100111110010110101111101011110010001100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502765; }

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

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

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

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

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

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

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

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