#481B60

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

Shades of Scarlet Gum #481B60

Tints of Scarlet Gum #481B60

Color information

#481B60 (or 0x481B60) is unknown color: approx Scarlet Gum. HEX triplet: 48, 1B and 60. RGB value is (72,27,96). Sum of RGB (Red+Green+Blue) = 72+27+96=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #481B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481B60 is #B7E49F. Grayscale: #303030. Windows color (decimal): -12051616 or 6298440. OLE color: 6298440.

HSL color Cylindrical-coordinate representation of color #481B60: hue angle of 279.13º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #481B60 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB722796-
CMYK0.250.7200.62
HSL279.13º56.1%24.12%-
HSV(B)279.13º71.88%37.65%-
XYZ5.183.0111.37-
YUV48.32154.91144.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 27 (10.94% from 255) = 13.85%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=36.92%
G=13.85%
B=49.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7227960.250.7200.62279.1356.124.12
Hex481B60194803E1173818
Octal11033140311100764277030
Binary1001000110111100000110011001000011111010001011111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481B60; }

 p { color: rgb(72,27,96); }

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

<style>
 a { background-color: #481B60; }

 a { background-color: rgb(72,27,96); }

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

<style>
 span { border-color: #481B60; }

 span { border-color: rgb(72,27,96); }

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