#480D62

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

Shades of Scarlet Gum #480D62

Tints of Scarlet Gum #480D62

Color information

#480D62 (or 0x480D62) is unknown color: approx Scarlet Gum. HEX triplet: 48, 0D and 62. RGB value is (72,13,98). Sum of RGB (Red+Green+Blue) = 72+13+98=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #480D62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480D62 is #B7F29D. Grayscale: #282828. Windows color (decimal): -12055198 or 6425928. OLE color: 6425928.

HSL color Cylindrical-coordinate representation of color #480D62: hue angle of 281.65º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #480D62 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB721398-
CMYK0.270.8700.62
HSL281.65º76.58%21.76%-
HSV(B)281.65º86.73%38.43%-
XYZ5.022.5511.78-
YUV40.33160.55150.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 13 (5.47% from 255) = 7.10%
BLUE value IS 98 (38.67% from 255) = 53.55%
R=39.34%
G=7.10%
B=53.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7213980.270.8700.62281.6576.5821.76
Hex48D621B5703E11a4d16
Octal110151423312707643211526
Binary1001000110111000101101110101110111110100011010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,13,98); }

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

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

 a { background-color: rgb(72,13,98); }

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

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

 span { border-color: rgb(72,13,98); }

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