Html Css Color HEX #990949 Jazzberry Jam

📋 copy color: '#990949'

red 153 ◦ green 9 ◦ blue 73

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

Shades of Jazzberry Jam #990949

Tints of Jazzberry Jam #990949

RGB

 RED value IS 153 (60.16% from 255) = 65.11%

 GREEN value IS 9 (3.91% from 255) = 3.83%

 BLUE value IS 73 (28.91% from 255) = 31.06%

R = 65.11%
G = 3.83%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#990949 (or 0x990949) is known color: Jazzberry Jam. HEX triplet: 99, 09 and 49. RGB value is (153,9,73). Sum of RGB (Red+Green+Blue) = 153+9+73=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #990949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990949 is #66F6B6. Grayscale: #3B3B3B. Windows color (decimal): -6747831 or 4786585. OLE color: 4786585.

HSL color Cylindrical-coordinate representation of color #990949: hue angle of 333.33º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990949 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 9 73 -
CMYK 0 0.94 0.52 0.4
HSL 333.33º 0.89% 0.32% -
HSV(B) 333.33º 0.94% 0.6% -
XYZ 14.44 7.45 6.98 -
YUV 59.35 135.71 194.8 -
System Red Green Blue C M Y K H S L
Decimal 153 9 73 0 0.94 0.52 0.4 333.33 0.89 0.32
Hex 99 9 49 0 5E 34 28 14D 59 20
Octal 231 11 111 0 136 64 50 515 131 40
Binary 10011001 1001 1001001 0 1011110 110100 101000 101001101 1011001 100000

Color Harmonies of #990949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990949

Black with #990949

Text Example


Text Example

White with #990949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990949; }

 p { color: rgb(153,9,73); }

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

background-color css

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

 a { background-color: rgb(153,9,73); }

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

border-color css

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

 span { border-color: rgb(153,9,73); }

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