#48095B

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

Shades of Scarlet Gum #48095B

Tints of Scarlet Gum #48095B

Color information

#48095B (or 0x48095B) is unknown color: approx Scarlet Gum. HEX triplet: 48, 09 and 5B. RGB value is (72,9,91). Sum of RGB (Red+Green+Blue) = 72+9+91=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #48095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48095B is #B7F6A4. Grayscale: #242424. Windows color (decimal): -12056229 or 5966152. OLE color: 5966152.

HSL color Cylindrical-coordinate representation of color #48095B: hue angle of 286.1º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48095B is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB72991-
CMYK0.210.9000.64
HSL286.1º82%19.61%-
HSV(B)286.1º90.11%35.69%-
XYZ4.662.3310.1-
YUV37.18158.37152.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 91 (35.94% from 255) = 52.91%
R=41.86%
G=5.23%
B=52.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal729910.210.9000.64286.18219.61
Hex4895B155A04011e5214
Octal1101113325132010043612224
Binary10010001001101101110101101101001000000100011110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48095B; }

 p { color: rgb(72,9,91); }

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

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

 a { background-color: rgb(72,9,91); }

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

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

 span { border-color: rgb(72,9,91); }

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