Html Css Color HEX #492259 Scarlet Gum

📋 copy color: '#492259'

red 73 ◦ green 34 ◦ blue 89

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

Shades of Scarlet Gum #492259

Tints of Scarlet Gum #492259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.35%

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

R = 37.24%
G = 17.35%
B = 45.41%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#492259 (or 0x492259) is known color: Scarlet Gum. HEX triplet: 49, 22 and 59. RGB value is (73,34,89). Sum of RGB (Red+Green+Blue) = 73+34+89=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #492259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492259 is #B6DDA6. Grayscale: #333333. Windows color (decimal): -11984295 or 5841481. OLE color: 5841481.

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

Color convert

RGB 73 34 89 -
CMYK 0.18 0.62 0 0.65
HSL 282.55º 0.45% 0.24% -
HSV(B) 282.55º 0.62% 0.35% -
XYZ 5.12 3.28 9.81 -
YUV 51.93 148.92 143.03 -
System Red Green Blue C M Y K H S L
Decimal 73 34 89 0.18 0.62 0 0.65 282.55 0.45 0.24
Hex 49 22 59 12 3E 0 41 11B 2D 18
Octal 111 42 131 22 76 0 101 433 55 30
Binary 1001001 100010 1011001 10010 111110 0 1000001 100011011 101101 11000

Color Harmonies of #492259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492259

Black with #492259

Text Example


Text Example

White with #492259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492259; }

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

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

background-color css

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

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

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

border-color css

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

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

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