Html Css Color HEX #491064 Scarlet Gum

📋 copy color: '#491064'

red 73 ◦ green 16 ◦ blue 100

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

Shades of Scarlet Gum #491064

Tints of Scarlet Gum #491064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 52.91%

R = 38.62%
G = 8.47%
B = 52.91%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#491064 (or 0x491064) is known color: Scarlet Gum. HEX triplet: 49, 10 and 64. RGB value is (73,16,100). Sum of RGB (Red+Green+Blue) = 73+16+100=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 100 (39.45% from 255 or 52.91% from 189); Max value from RGB is 100 - color contains mainly: blue. Hex color #491064 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491064 is #B6EF9B. Grayscale: #2A2A2A. Windows color (decimal): -11988892 or 6557769. OLE color: 6557769.

HSL color Cylindrical-coordinate representation of color #491064: hue angle of 280.71º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491064 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 16 100 -
CMYK 0.27 0.84 0 0.61
HSL 280.71º 0.72% 0.23% -
HSV(B) 280.71º 0.84% 0.39% -
XYZ 5.23 2.71 12.3 -
YUV 42.62 160.38 149.67 -
System Red Green Blue C M Y K H S L
Decimal 73 16 100 0.27 0.84 0 0.61 280.71 0.72 0.23
Hex 49 10 64 1B 54 0 3D 119 48 17
Octal 111 20 144 33 124 0 75 431 110 27
Binary 1001001 10000 1100100 11011 1010100 0 111101 100011001 1001000 10111

Color Harmonies of #491064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491064

Black with #491064

Text Example


Text Example

White with #491064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491064; }

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

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

background-color css

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

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

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

border-color css

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

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

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