Html Css Color HEX #491861 Scarlet Gum

📋 copy color: '#491861'

red 73 ◦ green 24 ◦ blue 97

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

Shades of Scarlet Gum #491861

Tints of Scarlet Gum #491861

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.37%

 BLUE value IS 97 (38.28% from 255) = 50%

R = 37.63%
G = 12.37%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#491861 (or 0x491861) is known color: Scarlet Gum. HEX triplet: 49, 18 and 61. RGB value is (73,24,97). Sum of RGB (Red+Green+Blue) = 73+24+97=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #491861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491861 is #B6E79E. Grayscale: #2E2E2E. Windows color (decimal): -11986847 or 6363209. OLE color: 6363209.

HSL color Cylindrical-coordinate representation of color #491861: hue angle of 280.27º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491861 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 24 97 -
CMYK 0.25 0.75 0 0.62
HSL 280.27º 0.6% 0.24% -
HSV(B) 280.27º 0.75% 0.38% -
XYZ 5.23 2.93 11.6 -
YUV 46.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 73 24 97 0.25 0.75 0 0.62 280.27 0.6 0.24
Hex 49 18 61 19 4B 0 3E 118 3C 18
Octal 111 30 141 31 113 0 76 430 74 30
Binary 1001001 11000 1100001 11001 1001011 0 111110 100011000 111100 11000

Color Harmonies of #491861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491861

Black with #491861

Text Example


Text Example

White with #491861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491861; }

 p { color: rgb(73,24,97); }

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

background-color css

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

 a { background-color: rgb(73,24,97); }

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

border-color css

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

 span { border-color: rgb(73,24,97); }

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