Html Css Color HEX #990550 Jazzberry Jam

📋 copy color: '#990550'

red 153 ◦ green 5 ◦ blue 80

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

Shades of Jazzberry Jam #990550

Tints of Jazzberry Jam #990550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.1%

 BLUE value IS 80 (31.64% from 255) = 33.61%

R = 64.29%
G = 2.1%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#990550 (or 0x990550) is known color: Jazzberry Jam. HEX triplet: 99, 05 and 50. RGB value is (153,5,80). Sum of RGB (Red+Green+Blue) = 153+5+80=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #990550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990550 is #66FAAF. Grayscale: #393939. Windows color (decimal): -6748848 or 5244313. OLE color: 5244313.

HSL color Cylindrical-coordinate representation of color #990550: hue angle of 329.59º degrees, saturation: 0.94, 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 #990550 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 5 80 -
CMYK 0 0.97 0.48 0.4
HSL 329.59º 0.94% 0.31% -
HSV(B) 329.59º 0.97% 0.6% -
XYZ 14.64 7.46 8.26 -
YUV 57.8 140.53 195.9 -
System Red Green Blue C M Y K H S L
Decimal 153 5 80 0 0.97 0.48 0.4 329.59 0.94 0.31
Hex 99 5 50 0 61 30 28 14A 5E 1F
Octal 231 5 120 0 141 60 50 512 136 37
Binary 10011001 101 1010000 0 1100001 110000 101000 101001010 1011110 11111

Color Harmonies of #990550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990550

Black with #990550

Text Example


Text Example

White with #990550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990550; }

 p { color: rgb(153,5,80); }

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

background-color css

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

 a { background-color: rgb(153,5,80); }

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

border-color css

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

 span { border-color: rgb(153,5,80); }

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