#481756

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

Shades of Scarlet Gum #481756

Tints of Scarlet Gum #481756

Color information

#481756 (or 0x481756) is unknown color: approx Scarlet Gum. HEX triplet: 48, 17 and 56. RGB value is (72,23,86). Sum of RGB (Red+Green+Blue) = 72+23+86=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #481756 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481756 is #B7E8A9. Grayscale: #2C2C2C. Windows color (decimal): -12052650 or 5642056. OLE color: 5642056.

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

Color convert

RGB722386-
CMYK0.160.7300.66
HSL286.67º57.8%21.37%-
HSV(B)286.67º73.26%33.73%-
XYZ4.662.669.07-
YUV44.83151.23147.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 23 (9.38% from 255) = 12.71%
BLUE value IS 86 (33.98% from 255) = 47.51%
R=39.78%
G=12.71%
B=47.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7223860.160.7300.66286.6757.821.37
Hex481756104904211f3a15
Octal110271262011101024377225
Binary10010001011110101101000010010010100001010001111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481756; }

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

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

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

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

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

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

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

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