Html Css Color HEX #990959 Jazzberry Jam

📋 copy color: '#990959'

red 153 ◦ green 9 ◦ blue 89

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

Shades of Jazzberry Jam #990959

Tints of Jazzberry Jam #990959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 35.46%

R = 60.96%
G = 3.59%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#990959 (or 0x990959) is known color: Jazzberry Jam. HEX triplet: 99, 09 and 59. RGB value is (153,9,89). Sum of RGB (Red+Green+Blue) = 153+9+89=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #990959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990959 is #66F6A6. Grayscale: #3D3D3D. Windows color (decimal): -6747815 or 5835161. OLE color: 5835161.

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

Color convert

RGB 153 9 89 -
CMYK 0 0.94 0.42 0.4
HSL 326.67º 0.89% 0.32% -
HSV(B) 326.67º 0.94% 0.6% -
XYZ 15.04 7.69 10.14 -
YUV 61.18 143.71 193.5 -
System Red Green Blue C M Y K H S L
Decimal 153 9 89 0 0.94 0.42 0.4 326.67 0.89 0.32
Hex 99 9 59 0 5E 2A 28 147 59 20
Octal 231 11 131 0 136 52 50 507 131 40
Binary 10011001 1001 1011001 0 1011110 101010 101000 101000111 1011001 100000

Color Harmonies of #990959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990959

Black with #990959

Text Example


Text Example

White with #990959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990959; }

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

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

background-color css

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

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

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

border-color css

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

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

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