#480B5D

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

Shades of Scarlet Gum #480B5D

Tints of Scarlet Gum #480B5D

Color information

#480B5D (or 0x480B5D) is unknown color: approx Scarlet Gum. HEX triplet: 48, 0B and 5D. RGB value is (72,11,93). Sum of RGB (Red+Green+Blue) = 72+11+93=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #480B5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480B5D is #B7F4A2. Grayscale: #262626. Windows color (decimal): -12055715 or 6097736. OLE color: 6097736.

HSL color Cylindrical-coordinate representation of color #480B5D: hue angle of 284.63º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480B5D is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB721193-
CMYK0.230.8800.64
HSL284.63º78.85%20.39%-
HSV(B)284.63º88.17%36.47%-
XYZ4.772.4110.57-
YUV38.59158.71151.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 11 (4.69% from 255) = 6.25%
BLUE value IS 93 (36.72% from 255) = 52.84%
R=40.91%
G=6.25%
B=52.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7211930.230.8800.64284.6378.8520.39
Hex48B5D175804011d4f14
Octal1101313527130010043511724
Binary10010001011101110110111101100001000000100011101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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