#480E5B

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

Shades of Scarlet Gum #480E5B

Tints of Scarlet Gum #480E5B

Color information

#480E5B (or 0x480E5B) is unknown color: approx Scarlet Gum. HEX triplet: 48, 0E and 5B. RGB value is (72,14,91). Sum of RGB (Red+Green+Blue) = 72+14+91=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #480E5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480E5B is #B7F1A4. Grayscale: #272727. Windows color (decimal): -12054949 or 5967432. OLE color: 5967432.

HSL color Cylindrical-coordinate representation of color #480E5B: hue angle of 285.19º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #480E5B is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB721491-
CMYK0.210.8500.64
HSL285.19º73.33%20.59%-
HSV(B)285.19º84.62%35.69%-
XYZ4.722.4510.12-
YUV40.12156.72150.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.68%
GREEN value IS 14 (5.86% from 255) = 7.91%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=40.68%
G=7.91%
B=51.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7214910.210.8500.64285.1973.3320.59
Hex48E5B155504011d4915
Octal1101613325125010043511125
Binary10010001110101101110101101010101000000100011101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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