Html Css Color HEX #491963 Scarlet Gum

📋 copy color: '#491963'

red 73 ◦ green 25 ◦ blue 99

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

Shades of Scarlet Gum #491963

Tints of Scarlet Gum #491963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 50.25%

R = 37.06%
G = 12.69%
B = 50.25%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#491963 (or 0x491963) is known color: Scarlet Gum. HEX triplet: 49, 19 and 63. RGB value is (73,25,99). Sum of RGB (Red+Green+Blue) = 73+25+99=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #491963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491963 is #B6E69C. Grayscale: #2F2F2F. Windows color (decimal): -11986589 or 6494537. OLE color: 6494537.

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

Color convert

RGB 73 25 99 -
CMYK 0.26 0.75 0 0.61
HSL 278.92º 0.6% 0.24% -
HSV(B) 278.92º 0.75% 0.39% -
XYZ 5.35 3.01 12.1 -
YUV 47.79 156.9 145.98 -
System Red Green Blue C M Y K H S L
Decimal 73 25 99 0.26 0.75 0 0.61 278.92 0.6 0.24
Hex 49 19 63 1A 4B 0 3D 117 3C 18
Octal 111 31 143 32 113 0 75 427 74 30
Binary 1001001 11001 1100011 11010 1001011 0 111101 100010111 111100 11000

Color Harmonies of #491963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491963

Black with #491963

Text Example


Text Example

White with #491963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491963; }

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

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

background-color css

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

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

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

border-color css

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

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

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