Html Css Color HEX #991359 Jazzberry Jam

📋 copy color: '#991359'

red 153 ◦ green 19 ◦ blue 89

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

Shades of Jazzberry Jam #991359

Tints of Jazzberry Jam #991359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

 BLUE value IS 89 (35.16% from 255) = 34.1%

R = 58.62%
G = 7.28%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#991359 (or 0x991359) is known color: Jazzberry Jam. HEX triplet: 99, 13 and 59. RGB value is (153,19,89). Sum of RGB (Red+Green+Blue) = 153+19+89=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #991359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991359 is #66ECA6. Grayscale: #424242. Windows color (decimal): -6745255 or 5837721. OLE color: 5837721.

HSL color Cylindrical-coordinate representation of color #991359: hue angle of 328.66º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991359 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 19 89 -
CMYK 0 0.88 0.42 0.4
HSL 328.66º 0.78% 0.34% -
HSV(B) 328.66º 0.88% 0.6% -
XYZ 15.17 7.96 10.19 -
YUV 67.05 140.39 189.31 -
System Red Green Blue C M Y K H S L
Decimal 153 19 89 0 0.88 0.42 0.4 328.66 0.78 0.34
Hex 99 13 59 0 58 2A 28 149 4E 22
Octal 231 23 131 0 130 52 50 511 116 42
Binary 10011001 10011 1011001 0 1011000 101010 101000 101001001 1001110 100010

Color Harmonies of #991359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991359

Black with #991359

Text Example


Text Example

White with #991359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991359; }

 p { color: rgb(153,19,89); }

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

background-color css

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

 a { background-color: rgb(153,19,89); }

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

border-color css

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

 span { border-color: rgb(153,19,89); }

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