Html Css Color HEX #990551 Jazzberry Jam

📋 copy color: '#990551'

red 153 ◦ green 5 ◦ blue 81

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

Shades of Jazzberry Jam #990551

Tints of Jazzberry Jam #990551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.89%

R = 64.02%
G = 2.09%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#990551 (or 0x990551) is known color: Jazzberry Jam. HEX triplet: 99, 05 and 51. RGB value is (153,5,81). Sum of RGB (Red+Green+Blue) = 153+5+81=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #990551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990551 is #66FAAE. Grayscale: #393939. Windows color (decimal): -6748847 or 5309849. OLE color: 5309849.

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

Color convert

RGB 153 5 81 -
CMYK 0 0.97 0.47 0.4
HSL 329.19º 0.94% 0.31% -
HSV(B) 329.19º 0.97% 0.6% -
XYZ 14.68 7.47 8.45 -
YUV 57.92 141.03 195.82 -
System Red Green Blue C M Y K H S L
Decimal 153 5 81 0 0.97 0.47 0.4 329.19 0.94 0.31
Hex 99 5 51 0 61 2F 28 149 5E 1F
Octal 231 5 121 0 141 57 50 511 136 37
Binary 10011001 101 1010001 0 1100001 101111 101000 101001001 1011110 11111

Color Harmonies of #990551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990551

Black with #990551

Text Example


Text Example

White with #990551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990551; }

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

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

background-color css

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

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

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

border-color css

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

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

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