#481759

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

Shades of Scarlet Gum #481759

Tints of Scarlet Gum #481759

Color information

#481759 (or 0x481759) is unknown color: approx Scarlet Gum. HEX triplet: 48, 17 and 59. RGB value is (72,23,89). Sum of RGB (Red+Green+Blue) = 72+23+89=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #481759 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481759 is #B7E8A6. Grayscale: #2C2C2C. Windows color (decimal): -12052647 or 5838664. OLE color: 5838664.

HSL color Cylindrical-coordinate representation of color #481759: hue angle of 284.55º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481759 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB722389-
CMYK0.190.7400.65
HSL284.55º58.93%21.96%-
HSV(B)284.55º74.16%34.9%-
XYZ4.782.719.72-
YUV45.18152.73147.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.13%
GREEN value IS 23 (9.38% from 255) = 12.5%
BLUE value IS 89 (35.16% from 255) = 48.37%
R=39.13%
G=12.5%
B=48.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7223890.190.7400.65284.5558.9321.96
Hex481759134A04111d3b16
Octal110271312311201014357326
Binary10010001011110110011001110010100100000110001110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481759; }

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

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

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

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

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

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

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

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