Html Css Color HEX #990945 Jazzberry Jam

📋 copy color: '#990945'

red 153 ◦ green 9 ◦ blue 69

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

Shades of Jazzberry Jam #990945

Tints of Jazzberry Jam #990945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.87%

R = 66.23%
G = 3.9%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#990945 (or 0x990945) is known color: Jazzberry Jam. HEX triplet: 99, 09 and 45. RGB value is (153,9,69). Sum of RGB (Red+Green+Blue) = 153+9+69=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #990945 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990945 is #66F6BA. Grayscale: #3A3A3A. Windows color (decimal): -6747835 or 4524441. OLE color: 4524441.

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

Color convert

RGB 153 9 69 -
CMYK 0 0.94 0.55 0.4
HSL 335º 0.89% 0.32% -
HSV(B) 335º 0.94% 0.6% -
XYZ 14.31 7.4 6.3 -
YUV 58.9 133.71 195.12 -
System Red Green Blue C M Y K H S L
Decimal 153 9 69 0 0.94 0.55 0.4 335 0.89 0.32
Hex 99 9 45 0 5E 37 28 14F 59 20
Octal 231 11 105 0 136 67 50 517 131 40
Binary 10011001 1001 1000101 0 1011110 110111 101000 101001111 1011001 100000

Color Harmonies of #990945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990945

Black with #990945

Text Example


Text Example

White with #990945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990945; }

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

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

background-color css

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

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

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

border-color css

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

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

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