Html Css Color HEX #491A59 Scarlet Gum

📋 copy color: '#491A59'

red 73 ◦ green 26 ◦ blue 89

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

Shades of Scarlet Gum #491A59

Tints of Scarlet Gum #491A59

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.83%

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

R = 38.83%
G = 13.83%
B = 47.34%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#491A59 (or 0x491A59) is known color: Scarlet Gum. HEX triplet: 49, 1A and 59. RGB value is (73,26,89). Sum of RGB (Red+Green+Blue) = 73+26+89=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #491A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491A59 is #B6E5A6. Grayscale: #2F2F2F. Windows color (decimal): -11986343 or 5839433. OLE color: 5839433.

HSL color Cylindrical-coordinate representation of color #491A59: hue angle of 284.76º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491A59 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 26 89 -
CMYK 0.18 0.71 0 0.65
HSL 284.76º 0.55% 0.23% -
HSV(B) 284.76º 0.71% 0.35% -
XYZ 4.92 2.88 9.75 -
YUV 47.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 73 26 89 0.18 0.71 0 0.65 284.76 0.55 0.23
Hex 49 1A 59 12 47 0 41 11D 37 17
Octal 111 32 131 22 107 0 101 435 67 27
Binary 1001001 11010 1011001 10010 1000111 0 1000001 100011101 110111 10111

Color Harmonies of #491A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A59

Black with #491A59

Text Example


Text Example

White with #491A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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