Html Css Color HEX #990740 Jazzberry Jam

📋 copy color: '#990740'

red 153 ◦ green 7 ◦ blue 64

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

Shades of Jazzberry Jam #990740

Tints of Jazzberry Jam #990740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.13%

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

R = 68.3%
G = 3.13%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#990740 (or 0x990740) is known color: Jazzberry Jam. HEX triplet: 99, 07 and 40. RGB value is (153,7,64). Sum of RGB (Red+Green+Blue) = 153+7+64=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #990740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990740 is #66F8BF. Grayscale: #393939. Windows color (decimal): -6748352 or 4196249. OLE color: 4196249.

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

Color convert

RGB 153 7 64 -
CMYK 0 0.95 0.58 0.4
HSL 336.58º 0.91% 0.31% -
HSV(B) 336.58º 0.95% 0.6% -
XYZ 14.14 7.29 5.51 -
YUV 57.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 153 7 64 0 0.95 0.58 0.4 336.58 0.91 0.31
Hex 99 7 40 0 5F 3A 28 151 5B 1F
Octal 231 7 100 0 137 72 50 521 133 37
Binary 10011001 111 1000000 0 1011111 111010 101000 101010001 1011011 11111

Color Harmonies of #990740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990740

Black with #990740

Text Example


Text Example

White with #990740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990740; }

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

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

background-color css

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

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

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

border-color css

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

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

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