#49035B

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

Shades of Scarlet Gum #49035B

Tints of Scarlet Gum #49035B

Color information

#49035B (or 0x49035B) is unknown color: approx Scarlet Gum. HEX triplet: 49, 03 and 5B. RGB value is (73,3,91). Sum of RGB (Red+Green+Blue) = 73+3+91=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #49035B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49035B is #B6FCA4. Grayscale: #212121. Windows color (decimal): -11992229 or 5964617. OLE color: 5964617.

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

Color convert

RGB73391-
CMYK0.200.9700.64
HSL287.73º93.62%18.43%-
HSV(B)287.73º96.7%35.69%-
XYZ4.672.2410.08-
YUV33.96160.19155.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 91 (35.94% from 255) = 54.49%
R=43.71%
G=1.80%
B=54.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal733910.200.9700.64287.7393.6218.43
Hex4935B14610401205e12
Octal111313324141010044013622
Binary100100111101101110100110000101000000100100000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49035B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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