#481155

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

Shades of Scarlet Gum #481155

Tints of Scarlet Gum #481155

Color information

#481155 (or 0x481155) is unknown color: approx Scarlet Gum. HEX triplet: 48, 11 and 55. RGB value is (72,17,85). Sum of RGB (Red+Green+Blue) = 72+17+85=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #481155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481155 is #B7EEAA. Grayscale: #282828. Windows color (decimal): -12054187 or 5574984. OLE color: 5574984.

HSL color Cylindrical-coordinate representation of color #481155: hue angle of 288.53º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #481155 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB721785-
CMYK0.150.8000.67
HSL288.53º66.67%20%-
HSV(B)288.53º80%33.33%-
XYZ4.512.438.83-
YUV41.2152.72149.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 85 (33.59% from 255) = 48.85%
R=41.38%
G=9.77%
B=48.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7217850.150.8000.67288.5366.6720
Hex481155F500431214314
Octal1102112517120010344110324
Binary10010001000110101011111101000001000011100100001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481155; }

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

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

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

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

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

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

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

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