Html Css Color HEX #491F54 Scarlet Gum

📋 copy color: '#491F54'

red 73 ◦ green 31 ◦ blue 84

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

Shades of Scarlet Gum #491F54

Tints of Scarlet Gum #491F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 44.68%

R = 38.83%
G = 16.49%
B = 44.68%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#491F54 (or 0x491F54) is known color: Scarlet Gum. HEX triplet: 49, 1F and 54. RGB value is (73,31,84). Sum of RGB (Red+Green+Blue) = 73+31+84=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #491F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F54 is #B6E0AB. Grayscale: #313131. Windows color (decimal): -11985068 or 5513033. OLE color: 5513033.

HSL color Cylindrical-coordinate representation of color #491F54: hue angle of 287.55º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #491F54 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 31 84 -
CMYK 0.13 0.63 0 0.67
HSL 287.55º 0.46% 0.23% -
HSV(B) 287.55º 0.63% 0.33% -
XYZ 4.84 3.04 8.72 -
YUV 49.6 147.41 144.69 -
System Red Green Blue C M Y K H S L
Decimal 73 31 84 0.13 0.63 0 0.67 287.55 0.46 0.23
Hex 49 1F 54 D 3F 0 43 120 2E 17
Octal 111 37 124 15 77 0 103 440 56 27
Binary 1001001 11111 1010100 1101 111111 0 1000011 100100000 101110 10111

Color Harmonies of #491F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F54

Black with #491F54

Text Example


Text Example

White with #491F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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