Html Css Color HEX #491F58 Scarlet Gum

📋 copy color: '#491F58'

red 73 ◦ green 31 ◦ blue 88

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

Shades of Scarlet Gum #491F58

Tints of Scarlet Gum #491F58

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.15%

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

R = 38.02%
G = 16.15%
B = 45.83%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#491F58 (or 0x491F58) is known color: Scarlet Gum. HEX triplet: 49, 1F and 58. RGB value is (73,31,88). Sum of RGB (Red+Green+Blue) = 73+31+88=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #491F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F58 is #B6E0A7. Grayscale: #313131. Windows color (decimal): -11985064 or 5775177. OLE color: 5775177.

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

Color convert

RGB 73 31 88 -
CMYK 0.17 0.65 0 0.65
HSL 284.21º 0.48% 0.23% -
HSV(B) 284.21º 0.65% 0.35% -
XYZ 5 3.1 9.57 -
YUV 50.06 149.41 144.37 -
System Red Green Blue C M Y K H S L
Decimal 73 31 88 0.17 0.65 0 0.65 284.21 0.48 0.23
Hex 49 1F 58 11 41 0 41 11C 30 17
Octal 111 37 130 21 101 0 101 434 60 27
Binary 1001001 11111 1011000 10001 1000001 0 1000001 100011100 110000 10111

Color Harmonies of #491F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F58

Black with #491F58

Text Example


Text Example

White with #491F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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