#502D61

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

Shades of Scarlet Gum #502D61

Tints of Scarlet Gum #502D61

Color information

#502D61 (or 0x502D61) is unknown color: approx Scarlet Gum. HEX triplet: 50, 2D and 61. RGB value is (80,45,97). Sum of RGB (Red+Green+Blue) = 80+45+97=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #502D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502D61 is #AFD29E. Grayscale: #3D3D3D. Windows color (decimal): -11522719 or 6368592. OLE color: 6368592.

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

Color convert

RGB804597-
CMYK0.180.5400.62
HSL280.38º36.62%27.84%-
HSV(B)280.38º53.61%38.04%-
XYZ6.44.4511.83-
YUV61.39148.1141.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 45 (17.97% from 255) = 20.27%
BLUE value IS 97 (38.28% from 255) = 43.69%
R=36.04%
G=20.27%
B=43.69%

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
Decimal8045970.180.5400.62280.3836.6227.84
Hex502D61123603E118251c
Octal1205514122660764304534
Binary1010000101101110000110010110110011111010001100010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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