#481558

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

Shades of Scarlet Gum #481558

Tints of Scarlet Gum #481558

Color information

#481558 (or 0x481558) is unknown color: approx Scarlet Gum. HEX triplet: 48, 15 and 58. RGB value is (72,21,88). Sum of RGB (Red+Green+Blue) = 72+21+88=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #481558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481558 is #B7EAA7. Grayscale: #2B2B2B. Windows color (decimal): -12053160 or 5772616. OLE color: 5772616.

HSL color Cylindrical-coordinate representation of color #481558: hue angle of 285.67º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481558 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB722188-
CMYK0.180.7600.65
HSL285.67º61.47%21.37%-
HSV(B)285.67º76.14%34.51%-
XYZ4.72.629.49-
YUV43.89152.9148.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 88 (34.77% from 255) = 48.62%
R=39.78%
G=11.60%
B=48.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7221880.180.7600.65285.6761.4721.37
Hex481558124C04111e3d15
Octal110251302211401014367525
Binary10010001010110110001001010011000100000110001111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481558; }

 p { color: rgb(72,21,88); }

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

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

 a { background-color: rgb(72,21,88); }

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

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

 span { border-color: rgb(72,21,88); }

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