Html Css Color HEX #492159 Scarlet Gum

📋 copy color: '#492159'

red 73 ◦ green 33 ◦ blue 89

#492159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #492159

Tints of Scarlet Gum #492159

RGB

 RED value IS 73 (28.91% from 255) = 37.44%

 GREEN value IS 33 (13.28% from 255) = 16.92%

 BLUE value IS 89 (35.16% from 255) = 45.64%

R = 37.44%
G = 16.92%
B = 45.64%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#492159 (or 0x492159) is known color: Scarlet Gum. HEX triplet: 49, 21 and 59. RGB value is (73,33,89). Sum of RGB (Red+Green+Blue) = 73+33+89=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #492159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492159 is #B6DEA6. Grayscale: #333333. Windows color (decimal): -11984551 or 5841225. OLE color: 5841225.

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

Color convert

RGB 73 33 89 -
CMYK 0.18 0.63 0 0.65
HSL 282.86º 0.46% 0.24% -
HSV(B) 282.86º 0.63% 0.35% -
XYZ 5.09 3.23 9.81 -
YUV 51.34 149.25 143.45 -
System Red Green Blue C M Y K H S L
Decimal 73 33 89 0.18 0.63 0 0.65 282.86 0.46 0.24
Hex 49 21 59 12 3F 0 41 11B 2E 18
Octal 111 41 131 22 77 0 101 433 56 30
Binary 1001001 100001 1011001 10010 111111 0 1000001 100011011 101110 11000

Color Harmonies of #492159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492159

Black with #492159

Text Example


Text Example

White with #492159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492159; }

 p { color: rgb(73,33,89); }

 H1.HeaderClassName
 {
   color: #492159;
 }
 .AnyTagClassName
 {
   color: #492159;
 }
</style>

background-color css

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

 a { background-color: rgb(73,33,89); }

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

border-color css

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

 span { border-color: rgb(73,33,89); }

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