Html Css Color HEX #991562 Jazzberry Jam

📋 copy color: '#991562'

red 153 ◦ green 21 ◦ blue 98

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

Shades of Jazzberry Jam #991562

Tints of Jazzberry Jam #991562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.03%

R = 56.25%
G = 7.72%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#991562 (or 0x991562) is known color: Jazzberry Jam. HEX triplet: 99, 15 and 62. RGB value is (153,21,98). Sum of RGB (Red+Green+Blue) = 153+21+98=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #991562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991562 is #66EA9D. Grayscale: #454545. Windows color (decimal): -6744734 or 6428057. OLE color: 6428057.

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

Color convert

RGB 153 21 98 -
CMYK 0 0.86 0.36 0.4
HSL 325º 0.76% 0.34% -
HSV(B) 325º 0.86% 0.6% -
XYZ 15.61 8.19 12.31 -
YUV 69.25 144.23 187.74 -
System Red Green Blue C M Y K H S L
Decimal 153 21 98 0 0.86 0.36 0.4 325 0.76 0.34
Hex 99 15 62 0 56 24 28 145 4C 22
Octal 231 25 142 0 126 44 50 505 114 42
Binary 10011001 10101 1100010 0 1010110 100100 101000 101000101 1001100 100010

Color Harmonies of #991562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991562

Black with #991562

Text Example


Text Example

White with #991562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991562; }

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

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

background-color css

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

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

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

border-color css

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

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

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