#502D62

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

Shades of Scarlet Gum #502D62

Tints of Scarlet Gum #502D62

Color information

#502D62 (or 0x502D62) is unknown color: approx Scarlet Gum. HEX triplet: 50, 2D and 62. RGB value is (80,45,98). Sum of RGB (Red+Green+Blue) = 80+45+98=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #502D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502D62 is #AFD29D. Grayscale: #3D3D3D. Windows color (decimal): -11522718 or 6434128. OLE color: 6434128.

HSL color Cylindrical-coordinate representation of color #502D62: hue angle of 279.62º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #502D62 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB804598-
CMYK0.180.5400.62
HSL279.62º37.06%28.04%-
HSV(B)279.62º54.08%38.43%-
XYZ6.454.4612.08-
YUV61.51148.6141.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 45 (17.97% from 255) = 20.18%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=35.87%
G=20.18%
B=43.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8045980.180.5400.62279.6237.0628.04
Hex502D62123603E118251c
Octal1205514222660764304534
Binary1010000101101110001010010110110011111010001100010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502D62; }

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

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

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

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

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

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

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

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