#49085C

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

Shades of Scarlet Gum #49085C

Tints of Scarlet Gum #49085C

Color information

#49085C (or 0x49085C) is unknown color: approx Scarlet Gum. HEX triplet: 49, 08 and 5C. RGB value is (73,8,92). Sum of RGB (Red+Green+Blue) = 73+8+92=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #49085C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49085C is #B6F7A3. Grayscale: #242424. Windows color (decimal): -11990948 or 6031433. OLE color: 6031433.

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

Color convert

RGB73892-
CMYK0.210.9100.64
HSL286.43º84%19.61%-
HSV(B)286.43º91.3%36.08%-
XYZ4.772.3610.33-
YUV37.01159.03153.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 8 (3.52% from 255) = 4.62%
BLUE value IS 92 (36.33% from 255) = 53.18%
R=42.20%
G=4.62%
B=53.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal738920.210.9100.64286.438419.61
Hex4985C155B04011e5414
Octal1111013425133010043612424
Binary10010011000101110010101101101101000000100011110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49085C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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