Html Css Color HEX #990941 Jazzberry Jam

📋 copy color: '#990941'

red 153 ◦ green 9 ◦ blue 65

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

Shades of Jazzberry Jam #990941

Tints of Jazzberry Jam #990941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.63%

R = 67.4%
G = 3.96%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#990941 (or 0x990941) is known color: Jazzberry Jam. HEX triplet: 99, 09 and 41. RGB value is (153,9,65). Sum of RGB (Red+Green+Blue) = 153+9+65=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #990941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990941 is #66F6BE. Grayscale: #3A3A3A. Windows color (decimal): -6747839 or 4262297. OLE color: 4262297.

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

Color convert

RGB 153 9 65 -
CMYK 0 0.94 0.58 0.4
HSL 336.67º 0.89% 0.32% -
HSV(B) 336.67º 0.94% 0.6% -
XYZ 14.19 7.35 5.67 -
YUV 58.44 131.71 195.45 -
System Red Green Blue C M Y K H S L
Decimal 153 9 65 0 0.94 0.58 0.4 336.67 0.89 0.32
Hex 99 9 41 0 5E 3A 28 151 59 20
Octal 231 11 101 0 136 72 50 521 131 40
Binary 10011001 1001 1000001 0 1011110 111010 101000 101010001 1011001 100000

Color Harmonies of #990941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990941

Black with #990941

Text Example


Text Example

White with #990941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990941; }

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

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

background-color css

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

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

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

border-color css

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

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

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