#502461

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

Shades of Scarlet Gum #502461

Tints of Scarlet Gum #502461

Color information

#502461 (or 0x502461) is unknown color: approx Scarlet Gum. HEX triplet: 50, 24 and 61. RGB value is (80,36,97). Sum of RGB (Red+Green+Blue) = 80+36+97=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #502461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502461 is #AFDB9E. Grayscale: #373737. Windows color (decimal): -11525023 or 6366288. OLE color: 6366288.

HSL color Cylindrical-coordinate representation of color #502461: hue angle of 283.28º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #502461 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB803697-
CMYK0.180.6300.62
HSL283.28º45.86%26.08%-
HSV(B)283.28º62.89%38.04%-
XYZ6.13.8311.73-
YUV56.11151.08145.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=37.56%
G=16.90%
B=45.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8036970.180.6300.62283.2845.8626.08
Hex502461123F03E11b2e1a
Octal1204414122770764335632
Binary1010000100100110000110010111111011111010001101110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502461; }

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

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

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

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

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

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

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

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