Html Css Color HEX #990040 Jazzberry Jam

📋 copy color: '#990040'

red 153 ◦ green 0 ◦ blue 64

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

Shades of Jazzberry Jam #990040

Tints of Jazzberry Jam #990040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 29.49%

R = 70.51%
G = 0%
B = 29.49%

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

#990040 (or 0x990040) is known color: Jazzberry Jam. HEX triplet: 99, 00 and 40. RGB value is (153,0,64). Sum of RGB (Red+Green+Blue) = 153+0+64=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #990040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990040 is #66FFBF. Grayscale: #343434. Windows color (decimal): -6750144 or 4194457. OLE color: 4194457.

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

Color convert

RGB 153 0 64 -
CMYK 0 1 0.58 0.4
HSL 334.9º 1% 0.3% -
HSV(B) 334.9º 1% 0.6% -
XYZ 14.06 7.14 5.49 -
YUV 53.04 134.19 199.3 -
System Red Green Blue C M Y K H S L
Decimal 153 0 64 0 1 0.58 0.4 334.9 1 0.3
Hex 99 0 40 0 64 3A 28 14F 64 1E
Octal 231 0 100 0 144 72 50 517 144 36
Binary 10011001 0 1000000 0 1100100 111010 101000 101001111 1100100 11110

Color Harmonies of #990040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990040

Black with #990040

Text Example


Text Example

White with #990040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990040; }

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

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

background-color css

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

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

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

border-color css

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

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

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