Html Css Color HEX #991558 Jazzberry Jam

📋 copy color: '#991558'

red 153 ◦ green 21 ◦ blue 88

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

Shades of Jazzberry Jam #991558

Tints of Jazzberry Jam #991558

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.02%

 BLUE value IS 88 (34.77% from 255) = 33.59%

R = 58.4%
G = 8.02%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#991558 (or 0x991558) is known color: Jazzberry Jam. HEX triplet: 99, 15 and 58. RGB value is (153,21,88). Sum of RGB (Red+Green+Blue) = 153+21+88=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #991558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991558 is #66EAA7. Grayscale: #434343. Windows color (decimal): -6744744 or 5772697. OLE color: 5772697.

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

Color convert

RGB 153 21 88 -
CMYK 0 0.86 0.42 0.4
HSL 329.55º 0.76% 0.34% -
HSV(B) 329.55º 0.86% 0.6% -
XYZ 15.17 8.01 9.98 -
YUV 68.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 153 21 88 0 0.86 0.42 0.4 329.55 0.76 0.34
Hex 99 15 58 0 56 2A 28 14A 4C 22
Octal 231 25 130 0 126 52 50 512 114 42
Binary 10011001 10101 1011000 0 1010110 101010 101000 101001010 1001100 100010

Color Harmonies of #991558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991558

Black with #991558

Text Example


Text Example

White with #991558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991558; }

 p { color: rgb(153,21,88); }

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

background-color css

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

 a { background-color: rgb(153,21,88); }

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

border-color css

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

 span { border-color: rgb(153,21,88); }

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