Html Css Color HEX #990044 Jazzberry Jam

📋 copy color: '#990044'

red 153 ◦ green 0 ◦ blue 68

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

Shades of Jazzberry Jam #990044

Tints of Jazzberry Jam #990044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.23%
G = 0%
B = 30.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#990044 (or 0x990044) is known color: Jazzberry Jam. HEX triplet: 99, 00 and 44. RGB value is (153,0,68). Sum of RGB (Red+Green+Blue) = 153+0+68=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #990044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990044 is #66FFBB. Grayscale: #353535. Windows color (decimal): -6750140 or 4456601. OLE color: 4456601.

HSL color Cylindrical-coordinate representation of color #990044: hue angle of 333.33º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990044 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 0 68 -
CMYK 0 1 0.56 0.4
HSL 333.33º 1% 0.3% -
HSV(B) 333.33º 1% 0.6% -
XYZ 14.18 7.19 6.11 -
YUV 53.5 136.19 198.97 -
System Red Green Blue C M Y K H S L
Decimal 153 0 68 0 1 0.56 0.4 333.33 1 0.3
Hex 99 0 44 0 64 38 28 14D 64 1E
Octal 231 0 104 0 144 70 50 515 144 36
Binary 10011001 0 1000100 0 1100100 111000 101000 101001101 1100100 11110

Color Harmonies of #990044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990044

Black with #990044

Text Example


Text Example

White with #990044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990044; }

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

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

background-color css

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

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

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

border-color css

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

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

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