#480F63

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

Shades of Scarlet Gum #480F63

Tints of Scarlet Gum #480F63

Color information

#480F63 (or 0x480F63) is unknown color: approx Scarlet Gum. HEX triplet: 48, 0F and 63. RGB value is (72,15,99). Sum of RGB (Red+Green+Blue) = 72+15+99=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #480F63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480F63 is #B7F09C. Grayscale: #292929. Windows color (decimal): -12054685 or 6491976. OLE color: 6491976.

HSL color Cylindrical-coordinate representation of color #480F63: hue angle of 280.71º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #480F63 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB721599-
CMYK0.270.8500.61
HSL280.71º73.68%22.35%-
HSV(B)280.71º84.85%38.82%-
XYZ5.12.6212.04-
YUV41.62160.38149.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 15 (6.25% from 255) = 8.06%
BLUE value IS 99 (39.06% from 255) = 53.23%
R=38.71%
G=8.06%
B=53.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7215990.270.8500.61280.7173.6822.35
Hex48F631B5503D1194a16
Octal110171433312507543111226
Binary1001000111111000111101110101010111101100011001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,15,99); }

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

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

 a { background-color: rgb(72,15,99); }

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

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

 span { border-color: rgb(72,15,99); }

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