Html Css Color HEX #491C60 Scarlet Gum

📋 copy color: '#491C60'

red 73 ◦ green 28 ◦ blue 96

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

Shades of Scarlet Gum #491C60

Tints of Scarlet Gum #491C60

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.21%

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

R = 37.06%
G = 14.21%
B = 48.73%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#491C60 (or 0x491C60) is known color: Scarlet Gum. HEX triplet: 49, 1C and 60. RGB value is (73,28,96). Sum of RGB (Red+Green+Blue) = 73+28+96=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #491C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491C60 is #B6E39F. Grayscale: #303030. Windows color (decimal): -11985824 or 6298697. OLE color: 6298697.

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

Color convert

RGB 73 28 96 -
CMYK 0.24 0.71 0 0.62
HSL 279.71º 0.55% 0.24% -
HSV(B) 279.71º 0.71% 0.38% -
XYZ 5.27 3.09 11.39 -
YUV 49.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 73 28 96 0.24 0.71 0 0.62 279.71 0.55 0.24
Hex 49 1C 60 18 47 0 3E 118 37 18
Octal 111 34 140 30 107 0 76 430 67 30
Binary 1001001 11100 1100000 11000 1000111 0 111110 100011000 110111 11000

Color Harmonies of #491C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491C60

Black with #491C60

Text Example


Text Example

White with #491C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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