Html Css Color HEX #990449 Jazzberry Jam

📋 copy color: '#990449'

red 153 ◦ green 4 ◦ blue 73

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

Shades of Jazzberry Jam #990449

Tints of Jazzberry Jam #990449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.74%

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

R = 66.52%
G = 1.74%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#990449 (or 0x990449) is known color: Jazzberry Jam. HEX triplet: 99, 04 and 49. RGB value is (153,4,73). Sum of RGB (Red+Green+Blue) = 153+4+73=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #990449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990449 is #66FBB6. Grayscale: #383838. Windows color (decimal): -6749111 or 4785305. OLE color: 4785305.

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

Color convert

RGB 153 4 73 -
CMYK 0 0.97 0.52 0.4
HSL 332.21º 0.95% 0.31% -
HSV(B) 332.21º 0.97% 0.6% -
XYZ 14.38 7.34 6.96 -
YUV 56.42 137.36 196.89 -
System Red Green Blue C M Y K H S L
Decimal 153 4 73 0 0.97 0.52 0.4 332.21 0.95 0.31
Hex 99 4 49 0 61 34 28 14C 5F 1F
Octal 231 4 111 0 141 64 50 514 137 37
Binary 10011001 100 1001001 0 1100001 110100 101000 101001100 1011111 11111

Color Harmonies of #990449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990449

Black with #990449

Text Example


Text Example

White with #990449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990449; }

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

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

background-color css

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

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

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

border-color css

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

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

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