Html Css Color HEX #492258 Scarlet Gum

📋 copy color: '#492258'

red 73 ◦ green 34 ◦ blue 88

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

Shades of Scarlet Gum #492258

Tints of Scarlet Gum #492258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.13%

R = 37.44%
G = 17.44%
B = 45.13%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#492258 (or 0x492258) is known color: Scarlet Gum. HEX triplet: 49, 22 and 58. RGB value is (73,34,88). Sum of RGB (Red+Green+Blue) = 73+34+88=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #492258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492258 is #B6DDA7. Grayscale: #333333. Windows color (decimal): -11984296 or 5775945. OLE color: 5775945.

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

Color convert

RGB 73 34 88 -
CMYK 0.17 0.61 0 0.65
HSL 283.33º 0.44% 0.24% -
HSV(B) 283.33º 0.61% 0.35% -
XYZ 5.08 3.27 9.59 -
YUV 51.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 73 34 88 0.17 0.61 0 0.65 283.33 0.44 0.24
Hex 49 22 58 11 3D 0 41 11B 2C 18
Octal 111 42 130 21 75 0 101 433 54 30
Binary 1001001 100010 1011000 10001 111101 0 1000001 100011011 101100 11000

Color Harmonies of #492258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492258

Black with #492258

Text Example


Text Example

White with #492258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492258; }

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

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

background-color css

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

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

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

border-color css

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

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

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