#480C57

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

Shades of Scarlet Gum #480C57

Tints of Scarlet Gum #480C57

Color information

#480C57 (or 0x480C57) is unknown color: approx Scarlet Gum. HEX triplet: 48, 0C and 57. RGB value is (72,12,87). Sum of RGB (Red+Green+Blue) = 72+12+87=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #480C57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480C57 is #B7F3A8. Grayscale: #262626. Windows color (decimal): -12055465 or 5704776. OLE color: 5704776.

HSL color Cylindrical-coordinate representation of color #480C57: hue angle of 288º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #480C57 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB721287-
CMYK0.170.8600.66
HSL288º75.76%19.41%-
HSV(B)288º86.21%34.12%-
XYZ4.522.339.23-
YUV38.49155.38151.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.11%
GREEN value IS 12 (5.08% from 255) = 7.02%
BLUE value IS 87 (34.38% from 255) = 50.88%
R=42.11%
G=7.02%
B=50.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7212870.170.8600.6628875.7619.41
Hex48C5711560421204c13
Octal1101412721126010244011423
Binary10010001100101011110001101011001000010100100000100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,12,87); }

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

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

 a { background-color: rgb(72,12,87); }

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

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

 span { border-color: rgb(72,12,87); }

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