Html Css Color HEX #491663 Scarlet Gum

📋 copy color: '#491663'

red 73 ◦ green 22 ◦ blue 99

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

Shades of Scarlet Gum #491663

Tints of Scarlet Gum #491663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.34%

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

R = 37.63%
G = 11.34%
B = 51.03%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#491663 (or 0x491663) is known color: Scarlet Gum. HEX triplet: 49, 16 and 63. RGB value is (73,22,99). Sum of RGB (Red+Green+Blue) = 73+22+99=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #491663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491663 is #B6E99C. Grayscale: #2D2D2D. Windows color (decimal): -11987357 or 6493769. OLE color: 6493769.

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

Color convert

RGB 73 22 99 -
CMYK 0.26 0.78 0 0.61
HSL 279.74º 0.64% 0.24% -
HSV(B) 279.74º 0.78% 0.39% -
XYZ 5.29 2.89 12.08 -
YUV 46.03 157.9 147.24 -
System Red Green Blue C M Y K H S L
Decimal 73 22 99 0.26 0.78 0 0.61 279.74 0.64 0.24
Hex 49 16 63 1A 4E 0 3D 118 40 18
Octal 111 26 143 32 116 0 75 430 100 30
Binary 1001001 10110 1100011 11010 1001110 0 111101 100011000 1000000 11000

Color Harmonies of #491663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491663

Black with #491663

Text Example


Text Example

White with #491663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491663; }

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

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

background-color css

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

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

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

border-color css

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

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

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