#480B61

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

Shades of Scarlet Gum #480B61

Tints of Scarlet Gum #480B61

Color information

#480B61 (or 0x480B61) is unknown color: approx Scarlet Gum. HEX triplet: 48, 0B and 61. RGB value is (72,11,97). Sum of RGB (Red+Green+Blue) = 72+11+97=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #480B61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480B61 is #B7F49E. Grayscale: #262626. Windows color (decimal): -12055711 or 6359880. OLE color: 6359880.

HSL color Cylindrical-coordinate representation of color #480B61: hue angle of 282.56º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480B61 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB721197-
CMYK0.260.8900.62
HSL282.56º79.63%21.18%-
HSV(B)282.56º88.66%38.04%-
XYZ4.952.4811.53-
YUV39.04160.71151.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 11 (4.69% from 255) = 6.11%
BLUE value IS 97 (38.28% from 255) = 53.89%
R=40%
G=6.11%
B=53.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7211970.260.8900.62282.5679.6321.18
Hex48B611A5903E11b5015
Octal110131413213107643312025
Binary1001000101111000011101010110010111110100011011101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,11,97); }

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

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

 a { background-color: rgb(72,11,97); }

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

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

 span { border-color: rgb(72,11,97); }

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