Html Css Color HEX #491E56 Scarlet Gum

📋 copy color: '#491E56'

red 73 ◦ green 30 ◦ blue 86

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

Shades of Scarlet Gum #491E56

Tints of Scarlet Gum #491E56

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.87%

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

R = 38.62%
G = 15.87%
B = 45.5%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#491E56 (or 0x491E56) is known color: Scarlet Gum. HEX triplet: 49, 1E and 56. RGB value is (73,30,86). Sum of RGB (Red+Green+Blue) = 73+30+86=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #491E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E56 is #B6E1A9. Grayscale: #313131. Windows color (decimal): -11985322 or 5643849. OLE color: 5643849.

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

Color convert

RGB 73 30 86 -
CMYK 0.15 0.65 0 0.66
HSL 286.07º 0.48% 0.23% -
HSV(B) 286.07º 0.65% 0.34% -
XYZ 4.89 3.02 9.13 -
YUV 49.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 73 30 86 0.15 0.65 0 0.66 286.07 0.48 0.23
Hex 49 1E 56 F 41 0 42 11E 30 17
Octal 111 36 126 17 101 0 102 436 60 27
Binary 1001001 11110 1010110 1111 1000001 0 1000010 100011110 110000 10111

Color Harmonies of #491E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E56

Black with #491E56

Text Example


Text Example

White with #491E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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