Html Css Color HEX #490C61 Scarlet Gum

📋 copy color: '#490C61'

red 73 ◦ green 12 ◦ blue 97

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

Shades of Scarlet Gum #490C61

Tints of Scarlet Gum #490C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 53.3%

R = 40.11%
G = 6.59%
B = 53.3%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#490C61 (or 0x490C61) is known color: Scarlet Gum. HEX triplet: 49, 0C and 61. RGB value is (73,12,97). Sum of RGB (Red+Green+Blue) = 73+12+97=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #490C61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490C61 is #B6F39E. Grayscale: #272727. Windows color (decimal): -11989919 or 6360137. OLE color: 6360137.

HSL color Cylindrical-coordinate representation of color #490C61: hue angle of 283.06º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490C61 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 12 97 -
CMYK 0.25 0.88 0 0.62
HSL 283.06º 0.78% 0.21% -
HSV(B) 283.06º 0.88% 0.38% -
XYZ 5.04 2.54 11.53 -
YUV 39.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 73 12 97 0.25 0.88 0 0.62 283.06 0.78 0.21
Hex 49 C 61 19 58 0 3E 11B 4E 15
Octal 111 14 141 31 130 0 76 433 116 25
Binary 1001001 1100 1100001 11001 1011000 0 111110 100011011 1001110 10101

Color Harmonies of #490C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C61

Black with #490C61

Text Example


Text Example

White with #490C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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