#480E57

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

Shades of Scarlet Gum #480E57

Tints of Scarlet Gum #480E57

Color information

#480E57 (or 0x480E57) is unknown color: approx Scarlet Gum. HEX triplet: 48, 0E and 57. RGB value is (72,14,87). Sum of RGB (Red+Green+Blue) = 72+14+87=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #480E57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480E57 is #B7F1A8. Grayscale: #272727. Windows color (decimal): -12054953 or 5705288. OLE color: 5705288.

HSL color Cylindrical-coordinate representation of color #480E57: hue angle of 287.67º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #480E57 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB721487-
CMYK0.170.8400.66
HSL287.67º72.28%19.8%-
HSV(B)287.67º83.91%34.12%-
XYZ4.552.389.24-
YUV39.66154.72151.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 14 (5.86% from 255) = 8.09%
BLUE value IS 87 (34.38% from 255) = 50.29%
R=41.62%
G=8.09%
B=50.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7214870.170.8400.66287.6772.2819.8
Hex48E5711540421204814
Octal1101612721124010244011024
Binary10010001110101011110001101010001000010100100000100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480E57; }

 p { color: rgb(72,14,87); }

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

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

 a { background-color: rgb(72,14,87); }

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

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

 span { border-color: rgb(72,14,87); }

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