Html Css Color HEX #491560 Scarlet Gum

📋 copy color: '#491560'

red 73 ◦ green 21 ◦ blue 96

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

Shades of Scarlet Gum #491560

Tints of Scarlet Gum #491560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.05%

 BLUE value IS 96 (37.89% from 255) = 50.53%

R = 38.42%
G = 11.05%
B = 50.53%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#491560 (or 0x491560) is known color: Scarlet Gum. HEX triplet: 49, 15 and 60. RGB value is (73,21,96). Sum of RGB (Red+Green+Blue) = 73+21+96=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #491560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491560 is #B6EA9F. Grayscale: #2C2C2C. Windows color (decimal): -11987616 or 6296905. OLE color: 6296905.

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

Color convert

RGB 73 21 96 -
CMYK 0.24 0.78 0 0.62
HSL 281.6º 0.64% 0.23% -
HSV(B) 281.6º 0.78% 0.38% -
XYZ 5.13 2.8 11.34 -
YUV 45.1 156.73 147.9 -
System Red Green Blue C M Y K H S L
Decimal 73 21 96 0.24 0.78 0 0.62 281.6 0.64 0.23
Hex 49 15 60 18 4E 0 3E 11A 40 17
Octal 111 25 140 30 116 0 76 432 100 27
Binary 1001001 10101 1100000 11000 1001110 0 111110 100011010 1000000 10111

Color Harmonies of #491560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491560

Black with #491560

Text Example


Text Example

White with #491560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491560; }

 p { color: rgb(73,21,96); }

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

background-color css

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

 a { background-color: rgb(73,21,96); }

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

border-color css

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

 span { border-color: rgb(73,21,96); }

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