Html Css Color HEX #490A5B Scarlet Gum

📋 copy color: '#490A5B'

red 73 ◦ green 10 ◦ blue 91

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

Shades of Scarlet Gum #490A5B

Tints of Scarlet Gum #490A5B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.75%

 BLUE value IS 91 (35.94% from 255) = 52.3%

R = 41.95%
G = 5.75%
B = 52.3%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#490A5B (or 0x490A5B) is known color: Scarlet Gum. HEX triplet: 49, 0A and 5B. RGB value is (73,10,91). Sum of RGB (Red+Green+Blue) = 73+10+91=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #490A5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490A5B is #B6F5A4. Grayscale: #252525. Windows color (decimal): -11990437 or 5966409. OLE color: 5966409.

HSL color Cylindrical-coordinate representation of color #490A5B: hue angle of 286.67º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490A5B is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 10 91 -
CMYK 0.20 0.89 0 0.64
HSL 286.67º 0.8% 0.2% -
HSV(B) 286.67º 0.89% 0.36% -
XYZ 4.74 2.39 10.11 -
YUV 38.07 157.87 152.91 -
System Red Green Blue C M Y K H S L
Decimal 73 10 91 0.20 0.89 0 0.64 286.67 0.8 0.2
Hex 49 A 5B 14 59 0 40 11F 50 14
Octal 111 12 133 24 131 0 100 437 120 24
Binary 1001001 1010 1011011 10100 1011001 0 1000000 100011111 1010000 10100

Color Harmonies of #490A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A5B

Black with #490A5B

Text Example


Text Example

White with #490A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490A5B; }

 p { color: rgb(73,10,91); }

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

background-color css

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

 a { background-color: rgb(73,10,91); }

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

border-color css

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

 span { border-color: rgb(73,10,91); }

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