Html Css Color HEX #990440 Jazzberry Jam

📋 copy color: '#990440'

red 153 ◦ green 4 ◦ blue 64

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

Shades of Jazzberry Jam #990440

Tints of Jazzberry Jam #990440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.81%

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

R = 69.23%
G = 1.81%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#990440 (or 0x990440) is known color: Jazzberry Jam. HEX triplet: 99, 04 and 40. RGB value is (153,4,64). Sum of RGB (Red+Green+Blue) = 153+4+64=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #990440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990440 is #66FBBF. Grayscale: #373737. Windows color (decimal): -6749120 or 4195481. OLE color: 4195481.

HSL color Cylindrical-coordinate representation of color #990440: hue angle of 335.84º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990440 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 4 64 -
CMYK 0 0.97 0.58 0.4
HSL 335.84º 0.95% 0.31% -
HSV(B) 335.84º 0.97% 0.6% -
XYZ 14.11 7.23 5.5 -
YUV 55.39 132.86 197.62 -
System Red Green Blue C M Y K H S L
Decimal 153 4 64 0 0.97 0.58 0.4 335.84 0.95 0.31
Hex 99 4 40 0 61 3A 28 150 5F 1F
Octal 231 4 100 0 141 72 50 520 137 37
Binary 10011001 100 1000000 0 1100001 111010 101000 101010000 1011111 11111

Color Harmonies of #990440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990440

Black with #990440

Text Example


Text Example

White with #990440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990440; }

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

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

background-color css

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

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

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

border-color css

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

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

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