Html Css Color HEX #990756 Jazzberry Jam

📋 copy color: '#990756'

red 153 ◦ green 7 ◦ blue 86

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

Shades of Jazzberry Jam #990756

Tints of Jazzberry Jam #990756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.96%

R = 62.2%
G = 2.85%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#990756 (or 0x990756) is known color: Jazzberry Jam. HEX triplet: 99, 07 and 56. RGB value is (153,7,86). Sum of RGB (Red+Green+Blue) = 153+7+86=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #990756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990756 is #66F8A9. Grayscale: #3B3B3B. Windows color (decimal): -6748330 or 5638041. OLE color: 5638041.

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

Color convert

RGB 153 7 86 -
CMYK 0 0.95 0.44 0.4
HSL 327.53º 0.91% 0.31% -
HSV(B) 327.53º 0.95% 0.6% -
XYZ 14.89 7.6 9.49 -
YUV 59.66 142.87 194.58 -
System Red Green Blue C M Y K H S L
Decimal 153 7 86 0 0.95 0.44 0.4 327.53 0.91 0.31
Hex 99 7 56 0 5F 2C 28 148 5B 1F
Octal 231 7 126 0 137 54 50 510 133 37
Binary 10011001 111 1010110 0 1011111 101100 101000 101001000 1011011 11111

Color Harmonies of #990756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990756

Black with #990756

Text Example


Text Example

White with #990756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990756; }

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

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

background-color css

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

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

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

border-color css

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

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

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