#481556

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

Shades of Scarlet Gum #481556

Tints of Scarlet Gum #481556

Color information

#481556 (or 0x481556) is unknown color: approx Scarlet Gum. HEX triplet: 48, 15 and 56. RGB value is (72,21,86). Sum of RGB (Red+Green+Blue) = 72+21+86=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 86 - color contains mainly: blue. Hex color #481556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481556 is #B7EAA9. Grayscale: #2B2B2B. Windows color (decimal): -12053162 or 5641544. OLE color: 5641544.

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

Color convert

RGB722186-
CMYK0.160.7600.66
HSL287.08º60.75%20.98%-
HSV(B)287.08º75.58%33.73%-
XYZ4.622.599.06-
YUV43.66151.9148.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 21 (8.59% from 255) = 11.73%
BLUE value IS 86 (33.98% from 255) = 48.04%
R=40.22%
G=11.73%
B=48.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7221860.160.7600.66287.0860.7520.98
Hex481556104C04211f3d15
Octal110251262011401024377525
Binary10010001010110101101000010011000100001010001111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481556; }

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

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

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

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

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

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

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

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