#481859

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

Shades of Scarlet Gum #481859

Tints of Scarlet Gum #481859

Color information

#481859 (or 0x481859) is unknown color: approx Scarlet Gum. HEX triplet: 48, 18 and 59. RGB value is (72,24,89). Sum of RGB (Red+Green+Blue) = 72+24+89=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #481859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481859 is #B7E7A6. Grayscale: #2D2D2D. Windows color (decimal): -12052391 or 5838920. OLE color: 5838920.

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

Color convert

RGB722489-
CMYK0.190.7300.65
HSL284.31º57.52%22.16%-
HSV(B)284.31º73.03%34.9%-
XYZ4.82.759.73-
YUV45.76152.4146.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 89 (35.16% from 255) = 48.11%
R=38.92%
G=12.97%
B=48.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7224890.190.7300.65284.3157.5222.16
Hex481859134904111c3a16
Octal110301312311101014347226
Binary10010001100010110011001110010010100000110001110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481859; }

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

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

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

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

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

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

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

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