Html Css Color HEX #490C5A Scarlet Gum

📋 copy color: '#490C5A'

red 73 ◦ green 12 ◦ blue 90

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

Shades of Scarlet Gum #490C5A

Tints of Scarlet Gum #490C5A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.86%

 BLUE value IS 90 (35.55% from 255) = 51.43%

R = 41.71%
G = 6.86%
B = 51.43%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#490C5A (or 0x490C5A) is known color: Scarlet Gum. HEX triplet: 49, 0C and 5A. RGB value is (73,12,90). Sum of RGB (Red+Green+Blue) = 73+12+90=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #490C5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490C5A is #B6F3A5. Grayscale: #262626. Windows color (decimal): -11989926 or 5901385. OLE color: 5901385.

HSL color Cylindrical-coordinate representation of color #490C5A: hue angle of 286.92º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #490C5A is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 12 90 -
CMYK 0.19 0.87 0 0.65
HSL 286.92º 0.76% 0.2% -
HSV(B) 286.92º 0.87% 0.35% -
XYZ 4.72 2.42 9.89 -
YUV 39.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 73 12 90 0.19 0.87 0 0.65 286.92 0.76 0.2
Hex 49 C 5A 13 57 0 41 11F 4C 14
Octal 111 14 132 23 127 0 101 437 114 24
Binary 1001001 1100 1011010 10011 1010111 0 1000001 100011111 1001100 10100

Color Harmonies of #490C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C5A

Black with #490C5A

Text Example


Text Example

White with #490C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,12,90); }

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

background-color css

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

 a { background-color: rgb(73,12,90); }

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

border-color css

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

 span { border-color: rgb(73,12,90); }

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