#481055

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

Shades of Scarlet Gum #481055

Tints of Scarlet Gum #481055

Color information

#481055 (or 0x481055) is unknown color: approx Scarlet Gum. HEX triplet: 48, 10 and 55. RGB value is (72,16,85). Sum of RGB (Red+Green+Blue) = 72+16+85=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #481055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481055 is #B7EFAA. Grayscale: #282828. Windows color (decimal): -12054443 or 5574728. OLE color: 5574728.

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

Color convert

RGB721685-
CMYK0.150.8100.67
HSL288.7º68.32%19.8%-
HSV(B)288.7º81.18%33.33%-
XYZ4.52.48.82-
YUV40.61153.05150.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 85 (33.59% from 255) = 49.13%
R=41.62%
G=9.25%
B=49.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7216850.150.8100.67288.768.3219.8
Hex481055F510431214414
Octal1102012517121010344110424
Binary10010001000010101011111101000101000011100100001100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481055; }

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

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

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

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

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

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

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

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