Html Css Color HEX #491F5F Scarlet Gum

📋 copy color: '#491F5F'

red 73 ◦ green 31 ◦ blue 95

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

Shades of Scarlet Gum #491F5F

Tints of Scarlet Gum #491F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.74%

R = 36.68%
G = 15.58%
B = 47.74%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#491F5F (or 0x491F5F) is known color: Scarlet Gum. HEX triplet: 49, 1F and 5F. RGB value is (73,31,95). Sum of RGB (Red+Green+Blue) = 73+31+95=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #491F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F5F is #B6E0A0. Grayscale: #323232. Windows color (decimal): -11985057 or 6233929. OLE color: 6233929.

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

Color convert

RGB 73 31 95 -
CMYK 0.23 0.67 0 0.63
HSL 279.38º 0.51% 0.25% -
HSV(B) 279.38º 0.67% 0.37% -
XYZ 5.3 3.22 11.17 -
YUV 50.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 73 31 95 0.23 0.67 0 0.63 279.38 0.51 0.25
Hex 49 1F 5F 17 43 0 3F 117 33 19
Octal 111 37 137 27 103 0 77 427 63 31
Binary 1001001 11111 1011111 10111 1000011 0 111111 100010111 110011 11001

Color Harmonies of #491F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F5F

Black with #491F5F

Text Example


Text Example

White with #491F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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