Html Css Color HEX #491960 Scarlet Gum

📋 copy color: '#491960'

red 73 ◦ green 25 ◦ blue 96

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

Shades of Scarlet Gum #491960

Tints of Scarlet Gum #491960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

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

R = 37.63%
G = 12.89%
B = 49.48%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#491960 (or 0x491960) is known color: Scarlet Gum. HEX triplet: 49, 19 and 60. RGB value is (73,25,96). Sum of RGB (Red+Green+Blue) = 73+25+96=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #491960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491960 is #B6E69F. Grayscale: #2F2F2F. Windows color (decimal): -11986592 or 6297929. OLE color: 6297929.

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

Color convert

RGB 73 25 96 -
CMYK 0.24 0.74 0 0.62
HSL 280.56º 0.59% 0.24% -
HSV(B) 280.56º 0.74% 0.38% -
XYZ 5.21 2.96 11.36 -
YUV 47.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 73 25 96 0.24 0.74 0 0.62 280.56 0.59 0.24
Hex 49 19 60 18 4A 0 3E 119 3B 18
Octal 111 31 140 30 112 0 76 431 73 30
Binary 1001001 11001 1100000 11000 1001010 0 111110 100011001 111011 11000

Color Harmonies of #491960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491960

Black with #491960

Text Example


Text Example

White with #491960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491960; }

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

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

background-color css

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

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

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

border-color css

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

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

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