Html Css Color HEX #491459 Scarlet Gum

📋 copy color: '#491459'

red 73 ◦ green 20 ◦ blue 89

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

Shades of Scarlet Gum #491459

Tints of Scarlet Gum #491459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.99%

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

R = 40.11%
G = 10.99%
B = 48.9%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#491459 (or 0x491459) is known color: Scarlet Gum. HEX triplet: 49, 14 and 59. RGB value is (73,20,89). Sum of RGB (Red+Green+Blue) = 73+20+89=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #491459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491459 is #B6EBA6. Grayscale: #2B2B2B. Windows color (decimal): -11987879 or 5837897. OLE color: 5837897.

HSL color Cylindrical-coordinate representation of color #491459: hue angle of 286.09º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491459 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 20 89 -
CMYK 0.18 0.78 0 0.65
HSL 286.09º 0.63% 0.21% -
HSV(B) 286.09º 0.78% 0.35% -
XYZ 4.8 2.64 9.71 -
YUV 43.71 153.56 148.89 -
System Red Green Blue C M Y K H S L
Decimal 73 20 89 0.18 0.78 0 0.65 286.09 0.63 0.21
Hex 49 14 59 12 4E 0 41 11E 3F 15
Octal 111 24 131 22 116 0 101 436 77 25
Binary 1001001 10100 1011001 10010 1001110 0 1000001 100011110 111111 10101

Color Harmonies of #491459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491459

Black with #491459

Text Example


Text Example

White with #491459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491459; }

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

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

background-color css

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

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

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

border-color css

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

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

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