#502965

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

Shades of Scarlet Gum #502965

Tints of Scarlet Gum #502965

Color information

#502965 (or 0x502965) is unknown color: approx Scarlet Gum. HEX triplet: 50, 29 and 65. RGB value is (80,41,101). Sum of RGB (Red+Green+Blue) = 80+41+101=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #502965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502965 is #AFD69A. Grayscale: #3B3B3B. Windows color (decimal): -11523739 or 6629712. OLE color: 6629712.

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

Color convert

RGB8041101-
CMYK0.210.5900.60
HSL279º42.25%27.84%-
HSV(B)279º59.41%39.61%-
XYZ6.454.2312.79-
YUV59.5151.42142.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 101 (39.84% from 255) = 45.50%
R=36.04%
G=18.47%
B=45.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80411010.210.5900.6027942.2527.84
Hex502965153B03C1172a1c
Octal1205114525730744275234
Binary1010000101001110010110101111011011110010001011110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502965; }

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

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

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

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

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

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

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

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