Html Css Color HEX #491065 Scarlet Gum

📋 copy color: '#491065'

red 73 ◦ green 16 ◦ blue 101

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

Shades of Scarlet Gum #491065

Tints of Scarlet Gum #491065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 53.16%

R = 38.42%
G = 8.42%
B = 53.16%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#491065 (or 0x491065) is known color: Scarlet Gum. HEX triplet: 49, 10 and 65. RGB value is (73,16,101). Sum of RGB (Red+Green+Blue) = 73+16+101=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #491065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491065 is #B6EF9A. Grayscale: #2A2A2A. Windows color (decimal): -11988891 or 6623305. OLE color: 6623305.

HSL color Cylindrical-coordinate representation of color #491065: hue angle of 280.24º 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 #491065 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 16 101 -
CMYK 0.28 0.84 0 0.60
HSL 280.24º 0.73% 0.23% -
HSV(B) 280.24º 0.84% 0.4% -
XYZ 5.28 2.73 12.56 -
YUV 42.73 160.88 149.59 -
System Red Green Blue C M Y K H S L
Decimal 73 16 101 0.28 0.84 0 0.60 280.24 0.73 0.23
Hex 49 10 65 1C 54 0 3C 118 49 17
Octal 111 20 145 34 124 0 74 430 111 27
Binary 1001001 10000 1100101 11100 1010100 0 111100 100011000 1001001 10111

Color Harmonies of #491065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491065

Black with #491065

Text Example


Text Example

White with #491065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491065; }

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

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

background-color css

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

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

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

border-color css

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

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

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