Html Css Color HEX #491066 Scarlet Gum

📋 copy color: '#491066'

red 73 ◦ green 16 ◦ blue 102

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

Shades of Scarlet Gum #491066

Tints of Scarlet Gum #491066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.38%

 BLUE value IS 102 (40.23% from 255) = 53.4%

R = 38.22%
G = 8.38%
B = 53.4%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#491066 (or 0x491066) is known color: Scarlet Gum. HEX triplet: 49, 10 and 66. RGB value is (73,16,102). Sum of RGB (Red+Green+Blue) = 73+16+102=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #491066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491066 is #B6EF99. Grayscale: #2A2A2A. Windows color (decimal): -11988890 or 6688841. OLE color: 6688841.

HSL color Cylindrical-coordinate representation of color #491066: hue angle of 279.77º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491066 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 16 102 -
CMYK 0.28 0.84 0 0.6
HSL 279.77º 0.73% 0.23% -
HSV(B) 279.77º 0.84% 0.4% -
XYZ 5.33 2.75 12.82 -
YUV 42.85 161.38 149.51 -
System Red Green Blue C M Y K H S L
Decimal 73 16 102 0.28 0.84 0 0.6 279.77 0.73 0.23
Hex 49 10 66 1C 54 0 3C 118 49 17
Octal 111 20 146 34 124 0 74 430 111 27
Binary 1001001 10000 1100110 11100 1010100 0 111100 100011000 1001001 10111

Color Harmonies of #491066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491066

Black with #491066

Text Example


Text Example

White with #491066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491066; }

 p { color: rgb(73,16,102); }

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

background-color css

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

 a { background-color: rgb(73,16,102); }

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

border-color css

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

 span { border-color: rgb(73,16,102); }

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