Html Css Color HEX #990849 Jazzberry Jam

📋 copy color: '#990849'

red 153 ◦ green 8 ◦ blue 73

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

Shades of Jazzberry Jam #990849

Tints of Jazzberry Jam #990849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.42%

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

R = 65.38%
G = 3.42%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#990849 (or 0x990849) is known color: Jazzberry Jam. HEX triplet: 99, 08 and 49. RGB value is (153,8,73). Sum of RGB (Red+Green+Blue) = 153+8+73=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #990849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990849 is #66F7B6. Grayscale: #3A3A3A. Windows color (decimal): -6748087 or 4786329. OLE color: 4786329.

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

Color convert

RGB 153 8 73 -
CMYK 0 0.95 0.52 0.4
HSL 333.1º 0.9% 0.32% -
HSV(B) 333.1º 0.95% 0.6% -
XYZ 14.43 7.43 6.98 -
YUV 58.77 136.04 195.21 -
System Red Green Blue C M Y K H S L
Decimal 153 8 73 0 0.95 0.52 0.4 333.1 0.9 0.32
Hex 99 8 49 0 5F 34 28 14D 5A 20
Octal 231 10 111 0 137 64 50 515 132 40
Binary 10011001 1000 1001001 0 1011111 110100 101000 101001101 1011010 100000

Color Harmonies of #990849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990849

Black with #990849

Text Example


Text Example

White with #990849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990849; }

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

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

background-color css

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

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

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

border-color css

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

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

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