Html Css Color HEX #492855 Scarlet Gum

📋 copy color: '#492855'

red 73 ◦ green 40 ◦ blue 85

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

Shades of Scarlet Gum #492855

Tints of Scarlet Gum #492855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.2%

 BLUE value IS 85 (33.59% from 255) = 42.93%

R = 36.87%
G = 20.2%
B = 42.93%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#492855 (or 0x492855) is known color: Scarlet Gum. HEX triplet: 49, 28 and 55. RGB value is (73,40,85). Sum of RGB (Red+Green+Blue) = 73+40+85=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 85 - color contains mainly: blue. Hex color #492855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492855 is #B6D7AA. Grayscale: #363636. Windows color (decimal): -11982763 or 5580873. OLE color: 5580873.

HSL color Cylindrical-coordinate representation of color #492855: hue angle of 284º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #492855 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 40 85 -
CMYK 0.14 0.53 0 0.67
HSL 284º 0.36% 0.25% -
HSV(B) 284º 0.53% 0.33% -
XYZ 5.15 3.59 9.02 -
YUV 55 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 73 40 85 0.14 0.53 0 0.67 284 0.36 0.25
Hex 49 28 55 E 35 0 43 11C 24 19
Octal 111 50 125 16 65 0 103 434 44 31
Binary 1001001 101000 1010101 1110 110101 0 1000011 100011100 100100 11001

Color Harmonies of #492855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492855

Black with #492855

Text Example


Text Example

White with #492855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492855; }

 p { color: rgb(73,40,85); }

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

background-color css

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

 a { background-color: rgb(73,40,85); }

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

border-color css

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

 span { border-color: rgb(73,40,85); }

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