#481958

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

Shades of Scarlet Gum #481958

Tints of Scarlet Gum #481958

Color information

#481958 (or 0x481958) is unknown color: approx Scarlet Gum. HEX triplet: 48, 19 and 58. RGB value is (72,25,88). Sum of RGB (Red+Green+Blue) = 72+25+88=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #481958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481958 is #B7E6A7. Grayscale: #2E2E2E. Windows color (decimal): -12052136 or 5773640. OLE color: 5773640.

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

Color convert

RGB722588-
CMYK0.180.7200.65
HSL284.76º55.75%22.16%-
HSV(B)284.76º71.59%34.51%-
XYZ4.782.789.52-
YUV46.24151.57146.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 25 (10.16% from 255) = 13.51%
BLUE value IS 88 (34.77% from 255) = 47.57%
R=38.92%
G=13.51%
B=47.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7225880.180.7200.65284.7655.7522.16
Hex481958124804111d3816
Octal110311302211001014357026
Binary10010001100110110001001010010000100000110001110111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481958; }

 p { color: rgb(72,25,88); }

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

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

 a { background-color: rgb(72,25,88); }

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

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

 span { border-color: rgb(72,25,88); }

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