Html Css Color HEX #491958 Scarlet Gum

📋 copy color: '#491958'

red 73 ◦ green 25 ◦ blue 88

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

Shades of Scarlet Gum #491958

Tints of Scarlet Gum #491958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 47.31%

R = 39.25%
G = 13.44%
B = 47.31%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#491958 (or 0x491958) is known color: Scarlet Gum. HEX triplet: 49, 19 and 58. RGB value is (73,25,88). Sum of RGB (Red+Green+Blue) = 73+25+88=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #491958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491958 is #B6E6A7. Grayscale: #2E2E2E. Windows color (decimal): -11986600 or 5773641. OLE color: 5773641.

HSL color Cylindrical-coordinate representation of color #491958: hue angle of 285.71º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #491958 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 25 88 -
CMYK 0.17 0.72 0 0.65
HSL 285.71º 0.56% 0.22% -
HSV(B) 285.71º 0.72% 0.35% -
XYZ 4.86 2.82 9.52 -
YUV 46.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 73 25 88 0.17 0.72 0 0.65 285.71 0.56 0.22
Hex 49 19 58 11 48 0 41 11E 38 16
Octal 111 31 130 21 110 0 101 436 70 26
Binary 1001001 11001 1011000 10001 1001000 0 1000001 100011110 111000 10110

Color Harmonies of #491958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491958

Black with #491958

Text Example


Text Example

White with #491958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491958; }

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

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

background-color css

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

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

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

border-color css

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

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

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