#481158

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

Shades of Scarlet Gum #481158

Tints of Scarlet Gum #481158

Color information

#481158 (or 0x481158) is unknown color: approx Scarlet Gum. HEX triplet: 48, 11 and 58. RGB value is (72,17,88). Sum of RGB (Red+Green+Blue) = 72+17+88=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #481158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481158 is #B7EEA7. Grayscale: #292929. Windows color (decimal): -12054184 or 5771592. OLE color: 5771592.

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

Color convert

RGB721788-
CMYK0.180.8100.65
HSL286.48º67.62%20.59%-
HSV(B)286.48º80.68%34.51%-
XYZ4.632.489.47-
YUV41.54154.22149.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.68%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 88 (34.77% from 255) = 49.72%
R=40.68%
G=9.60%
B=49.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7217880.180.8100.65286.4867.6220.59
Hex481158125104111e4415
Octal1102113022121010143610425
Binary100100010001101100010010101000101000001100011110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481158; }

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

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

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

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

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

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

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

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