#481A61

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

Shades of Scarlet Gum #481A61

Tints of Scarlet Gum #481A61

Color information

#481A61 (or 0x481A61) is unknown color: approx Scarlet Gum. HEX triplet: 48, 1A and 61. RGB value is (72,26,97). Sum of RGB (Red+Green+Blue) = 72+26+97=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #481A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481A61 is #B7E59E. Grayscale: #2F2F2F. Windows color (decimal): -12051871 or 6363720. OLE color: 6363720.

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

Color convert

RGB722697-
CMYK0.260.7300.62
HSL278.87º57.72%24.12%-
HSV(B)278.87º73.2%38.04%-
XYZ5.22.9811.61-
YUV47.85155.74145.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 26 (10.55% from 255) = 13.33%
BLUE value IS 97 (38.28% from 255) = 49.74%
R=36.92%
G=13.33%
B=49.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7226970.260.7300.62278.8757.7224.12
Hex481A611A4903E1173a18
Octal11032141321110764277230
Binary1001000110101100001110101001001011111010001011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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