Html Css Color HEX #990944 Jazzberry Jam

📋 copy color: '#990944'

red 153 ◦ green 9 ◦ blue 68

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

Shades of Jazzberry Jam #990944

Tints of Jazzberry Jam #990944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.57%

R = 66.52%
G = 3.91%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#990944 (or 0x990944) is known color: Jazzberry Jam. HEX triplet: 99, 09 and 44. RGB value is (153,9,68). Sum of RGB (Red+Green+Blue) = 153+9+68=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #990944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990944 is #66F6BB. Grayscale: #3A3A3A. Windows color (decimal): -6747836 or 4458905. OLE color: 4458905.

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

Color convert

RGB 153 9 68 -
CMYK 0 0.94 0.56 0.4
HSL 335.42º 0.89% 0.32% -
HSV(B) 335.42º 0.94% 0.6% -
XYZ 14.28 7.39 6.14 -
YUV 58.78 133.21 195.2 -
System Red Green Blue C M Y K H S L
Decimal 153 9 68 0 0.94 0.56 0.4 335.42 0.89 0.32
Hex 99 9 44 0 5E 38 28 14F 59 20
Octal 231 11 104 0 136 70 50 517 131 40
Binary 10011001 1001 1000100 0 1011110 111000 101000 101001111 1011001 100000

Color Harmonies of #990944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990944

Black with #990944

Text Example


Text Example

White with #990944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990944; }

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

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

background-color css

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

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

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

border-color css

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

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

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