#480E5A

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

Shades of Scarlet Gum #480E5A

Tints of Scarlet Gum #480E5A

Color information

#480E5A (or 0x480E5A) is unknown color: approx Scarlet Gum. HEX triplet: 48, 0E and 5A. RGB value is (72,14,90). Sum of RGB (Red+Green+Blue) = 72+14+90=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #480E5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480E5A is #B7F1A5. Grayscale: #272727. Windows color (decimal): -12054950 or 5901896. OLE color: 5901896.

HSL color Cylindrical-coordinate representation of color #480E5A: hue angle of 285.79º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #480E5A is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB721490-
CMYK0.200.8400.65
HSL285.79º73.08%20.39%-
HSV(B)285.79º84.44%35.29%-
XYZ4.672.439.9-
YUV40.01156.22150.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 14 (5.86% from 255) = 7.95%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=40.91%
G=7.95%
B=51.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7214900.200.8400.65285.7973.0820.39
Hex48E5A145404111e4914
Octal1101613224124010143611124
Binary10010001110101101010100101010001000001100011110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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