#481B54

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

Shades of Scarlet Gum #481B54

Tints of Scarlet Gum #481B54

Color information

#481B54 (or 0x481B54) is unknown color: approx Scarlet Gum. HEX triplet: 48, 1B and 54. RGB value is (72,27,84). Sum of RGB (Red+Green+Blue) = 72+27+84=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #481B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481B54 is #B7E4AB. Grayscale: #2E2E2E. Windows color (decimal): -12051628 or 5512008. OLE color: 5512008.

HSL color Cylindrical-coordinate representation of color #481B54: hue angle of 287.37º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481B54 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB722784-
CMYK0.140.6800.67
HSL287.37º51.35%21.76%-
HSV(B)287.37º67.86%32.94%-
XYZ4.662.88.68-
YUV46.95148.91145.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 27 (10.94% from 255) = 14.75%
BLUE value IS 84 (33.20% from 255) = 45.90%
R=39.34%
G=14.75%
B=45.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7227840.140.6800.67287.3751.3521.76
Hex481B54E4404311f3316
Octal110331241610401034376326
Binary1001000110111010100111010001000100001110001111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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