Html Css Color HEX #990041 Jazzberry Jam

📋 copy color: '#990041'

red 153 ◦ green 0 ◦ blue 65

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

Shades of Jazzberry Jam #990041

Tints of Jazzberry Jam #990041

RGB

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

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

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

R = 70.18%
G = 0%
B = 29.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#990041 (or 0x990041) is known color: Jazzberry Jam. HEX triplet: 99, 00 and 41. RGB value is (153,0,65). Sum of RGB (Red+Green+Blue) = 153+0+65=218 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.18% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 153 - color contains mainly: red. Hex color #990041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990041 is #66FFBE. Grayscale: #353535. Windows color (decimal): -6750143 or 4259993. OLE color: 4259993.

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

Color convert

RGB 153 0 65 -
CMYK 0 1 0.58 0.4
HSL 334.51º 1% 0.3% -
HSV(B) 334.51º 1% 0.6% -
XYZ 14.09 7.15 5.64 -
YUV 53.16 134.69 199.21 -
System Red Green Blue C M Y K H S L
Decimal 153 0 65 0 1 0.58 0.4 334.51 1 0.3
Hex 99 0 41 0 64 3A 28 14F 64 1E
Octal 231 0 101 0 144 72 50 517 144 36
Binary 10011001 0 1000001 0 1100100 111010 101000 101001111 1100100 11110

Color Harmonies of #990041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990041

Black with #990041

Text Example


Text Example

White with #990041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990041; }

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

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

background-color css

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

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

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

border-color css

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

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

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