Html Css Color HEX #990744 Jazzberry Jam

📋 copy color: '#990744'

red 153 ◦ green 7 ◦ blue 68

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

Shades of Jazzberry Jam #990744

Tints of Jazzberry Jam #990744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.82%

R = 67.11%
G = 3.07%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#990744 (or 0x990744) is known color: Jazzberry Jam. HEX triplet: 99, 07 and 44. RGB value is (153,7,68). Sum of RGB (Red+Green+Blue) = 153+7+68=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #990744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990744 is #66F8BB. Grayscale: #393939. Windows color (decimal): -6748348 or 4458393. OLE color: 4458393.

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

Color convert

RGB 153 7 68 -
CMYK 0 0.95 0.56 0.4
HSL 334.93º 0.91% 0.31% -
HSV(B) 334.93º 0.95% 0.6% -
XYZ 14.26 7.34 6.13 -
YUV 57.61 133.87 196.04 -
System Red Green Blue C M Y K H S L
Decimal 153 7 68 0 0.95 0.56 0.4 334.93 0.91 0.31
Hex 99 7 44 0 5F 38 28 14F 5B 1F
Octal 231 7 104 0 137 70 50 517 133 37
Binary 10011001 111 1000100 0 1011111 111000 101000 101001111 1011011 11111

Color Harmonies of #990744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990744

Black with #990744

Text Example


Text Example

White with #990744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990744; }

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

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

background-color css

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

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

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

border-color css

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

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

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