Html Css Color HEX #491957 Scarlet Gum

📋 copy color: '#491957'

red 73 ◦ green 25 ◦ blue 87

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

Shades of Scarlet Gum #491957

Tints of Scarlet Gum #491957

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.51%

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

R = 39.46%
G = 13.51%
B = 47.03%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#491957 (or 0x491957) is known color: Scarlet Gum. HEX triplet: 49, 19 and 57. RGB value is (73,25,87). Sum of RGB (Red+Green+Blue) = 73+25+87=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #491957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491957 is #B6E6A8. Grayscale: #2E2E2E. Windows color (decimal): -11986601 or 5708105. OLE color: 5708105.

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

Color convert

RGB 73 25 87 -
CMYK 0.16 0.71 0 0.66
HSL 286.45º 0.55% 0.22% -
HSV(B) 286.45º 0.71% 0.34% -
XYZ 4.82 2.8 9.3 -
YUV 46.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 73 25 87 0.16 0.71 0 0.66 286.45 0.55 0.22
Hex 49 19 57 10 47 0 42 11E 37 16
Octal 111 31 127 20 107 0 102 436 67 26
Binary 1001001 11001 1010111 10000 1000111 0 1000010 100011110 110111 10110

Color Harmonies of #491957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491957

Black with #491957

Text Example


Text Example

White with #491957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491957; }

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

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

background-color css

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

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

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

border-color css

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

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

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