Html Css Color HEX #492157 Scarlet Gum

📋 copy color: '#492157'

red 73 ◦ green 33 ◦ blue 87

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

Shades of Scarlet Gum #492157

Tints of Scarlet Gum #492157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.08%

R = 37.82%
G = 17.1%
B = 45.08%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#492157 (or 0x492157) is known color: Scarlet Gum. HEX triplet: 49, 21 and 57. RGB value is (73,33,87). Sum of RGB (Red+Green+Blue) = 73+33+87=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #492157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492157 is #B6DEA8. Grayscale: #323232. Windows color (decimal): -11984553 or 5710153. OLE color: 5710153.

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

Color convert

RGB 73 33 87 -
CMYK 0.16 0.62 0 0.66
HSL 284.44º 0.45% 0.24% -
HSV(B) 284.44º 0.62% 0.34% -
XYZ 5.01 3.19 9.37 -
YUV 51.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 73 33 87 0.16 0.62 0 0.66 284.44 0.45 0.24
Hex 49 21 57 10 3E 0 42 11C 2D 18
Octal 111 41 127 20 76 0 102 434 55 30
Binary 1001001 100001 1010111 10000 111110 0 1000010 100011100 101101 11000

Color Harmonies of #492157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492157

Black with #492157

Text Example


Text Example

White with #492157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492157; }

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

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

background-color css

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

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

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

border-color css

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

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

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