Html Css Color HEX #990946 Jazzberry Jam

📋 copy color: '#990946'

red 153 ◦ green 9 ◦ blue 70

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

Shades of Jazzberry Jam #990946

Tints of Jazzberry Jam #990946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.17%

R = 65.95%
G = 3.88%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#990946 (or 0x990946) is known color: Jazzberry Jam. HEX triplet: 99, 09 and 46. RGB value is (153,9,70). Sum of RGB (Red+Green+Blue) = 153+9+70=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #990946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990946 is #66F6B9. Grayscale: #3A3A3A. Windows color (decimal): -6747834 or 4589977. OLE color: 4589977.

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

Color convert

RGB 153 9 70 -
CMYK 0 0.94 0.54 0.4
HSL 334.58º 0.89% 0.32% -
HSV(B) 334.58º 0.94% 0.6% -
XYZ 14.34 7.41 6.47 -
YUV 59.01 134.21 195.04 -
System Red Green Blue C M Y K H S L
Decimal 153 9 70 0 0.94 0.54 0.4 334.58 0.89 0.32
Hex 99 9 46 0 5E 36 28 14F 59 20
Octal 231 11 106 0 136 66 50 517 131 40
Binary 10011001 1001 1000110 0 1011110 110110 101000 101001111 1011001 100000

Color Harmonies of #990946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990946

Black with #990946

Text Example


Text Example

White with #990946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990946; }

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

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

background-color css

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

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

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

border-color css

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

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

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