#49085B

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

Shades of Scarlet Gum #49085B

Tints of Scarlet Gum #49085B

Color information

#49085B (or 0x49085B) is unknown color: approx Scarlet Gum. HEX triplet: 49, 08 and 5B. RGB value is (73,8,91). Sum of RGB (Red+Green+Blue) = 73+8+91=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 8 (3.52% from 255 or 4.65% 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 #49085B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49085B is #B6F7A4. Grayscale: #242424. Windows color (decimal): -11990949 or 5965897. OLE color: 5965897.

HSL color Cylindrical-coordinate representation of color #49085B: hue angle of 286.99º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49085B is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB73891-
CMYK0.200.9100.64
HSL286.99º83.84%19.41%-
HSV(B)286.99º91.21%35.69%-
XYZ4.722.3510.1-
YUV36.9158.53153.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.44%
GREEN value IS 8 (3.52% from 255) = 4.65%
BLUE value IS 91 (35.94% from 255) = 52.91%
R=42.44%
G=4.65%
B=52.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal738910.200.9100.64286.9983.8419.41
Hex4985B145B04011f5413
Octal1111013324133010043712423
Binary10010011000101101110100101101101000000100011111101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,8,91); }

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

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

 a { background-color: rgb(73,8,91); }

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

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

 span { border-color: rgb(73,8,91); }

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