Html Css Color HEX #492156 Scarlet Gum

📋 copy color: '#492156'

red 73 ◦ green 33 ◦ blue 86

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

Shades of Scarlet Gum #492156

Tints of Scarlet Gum #492156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 44.79%

R = 38.02%
G = 17.19%
B = 44.79%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#492156 (or 0x492156) is known color: Scarlet Gum. HEX triplet: 49, 21 and 56. RGB value is (73,33,86). Sum of RGB (Red+Green+Blue) = 73+33+86=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #492156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492156 is #B6DEA9. Grayscale: #323232. Windows color (decimal): -11984554 or 5644617. OLE color: 5644617.

HSL color Cylindrical-coordinate representation of color #492156: hue angle of 285.28º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #492156 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 33 86 -
CMYK 0.15 0.62 0 0.66
HSL 285.28º 0.45% 0.23% -
HSV(B) 285.28º 0.62% 0.34% -
XYZ 4.97 3.18 9.16 -
YUV 51 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 73 33 86 0.15 0.62 0 0.66 285.28 0.45 0.23
Hex 49 21 56 F 3E 0 42 11D 2D 17
Octal 111 41 126 17 76 0 102 435 55 27
Binary 1001001 100001 1010110 1111 111110 0 1000010 100011101 101101 10111

Color Harmonies of #492156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492156

Black with #492156

Text Example


Text Example

White with #492156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492156; }

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

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

background-color css

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

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

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

border-color css

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

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

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