#481163

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

Shades of Scarlet Gum #481163

Tints of Scarlet Gum #481163

Color information

#481163 (or 0x481163) is unknown color: approx Scarlet Gum. HEX triplet: 48, 11 and 63. RGB value is (72,17,99). Sum of RGB (Red+Green+Blue) = 72+17+99=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #481163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481163 is #B7EE9C. Grayscale: #2A2A2A. Windows color (decimal): -12054173 or 6492488. OLE color: 6492488.

HSL color Cylindrical-coordinate representation of color #481163: hue angle of 280.24º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481163 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB721799-
CMYK0.270.8300.61
HSL280.24º70.69%22.75%-
HSV(B)280.24º82.83%38.82%-
XYZ5.132.6812.05-
YUV42.79159.72148.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 17 (7.03% from 255) = 9.04%
BLUE value IS 99 (39.06% from 255) = 52.66%
R=38.30%
G=9.04%
B=52.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7217990.270.8300.61280.2470.6922.75
Hex4811631B5303D1184717
Octal110211433312307543010727
Binary10010001000111000111101110100110111101100011000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481163; }

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

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

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

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

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

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

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

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