Html Css Color HEX #492359 Scarlet Gum

📋 copy color: '#492359'

red 73 ◦ green 35 ◦ blue 89

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

Shades of Scarlet Gum #492359

Tints of Scarlet Gum #492359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.77%

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

R = 37.06%
G = 17.77%
B = 45.18%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#492359 (or 0x492359) is known color: Scarlet Gum. HEX triplet: 49, 23 and 59. RGB value is (73,35,89). Sum of RGB (Red+Green+Blue) = 73+35+89=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #492359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492359 is #B6DCA6. Grayscale: #343434. Windows color (decimal): -11984039 or 5841737. OLE color: 5841737.

HSL color Cylindrical-coordinate representation of color #492359: hue angle of 282.22º 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 #492359 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 35 89 -
CMYK 0.18 0.61 0 0.65
HSL 282.22º 0.44% 0.24% -
HSV(B) 282.22º 0.61% 0.35% -
XYZ 5.15 3.34 9.82 -
YUV 52.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 73 35 89 0.18 0.61 0 0.65 282.22 0.44 0.24
Hex 49 23 59 12 3D 0 41 11A 2C 18
Octal 111 43 131 22 75 0 101 432 54 30
Binary 1001001 100011 1011001 10010 111101 0 1000001 100011010 101100 11000

Color Harmonies of #492359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492359

Black with #492359

Text Example


Text Example

White with #492359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492359; }

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

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

background-color css

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

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

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

border-color css

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

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

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