Html Css Color HEX #991663 Jazzberry Jam

📋 copy color: '#991663'

red 153 ◦ green 22 ◦ blue 99

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

Shades of Jazzberry Jam #991663

Tints of Jazzberry Jam #991663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.03%

 BLUE value IS 99 (39.06% from 255) = 36.13%

R = 55.84%
G = 8.03%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#991663 (or 0x991663) is known color: Jazzberry Jam. HEX triplet: 99, 16 and 63. RGB value is (153,22,99). Sum of RGB (Red+Green+Blue) = 153+22+99=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #991663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991663 is #66E99C. Grayscale: #454545. Windows color (decimal): -6744477 or 6493849. OLE color: 6493849.

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

Color convert

RGB 153 22 99 -
CMYK 0 0.86 0.35 0.4
HSL 324.73º 0.75% 0.34% -
HSV(B) 324.73º 0.86% 0.6% -
XYZ 15.68 8.25 12.57 -
YUV 69.95 144.4 187.24 -
System Red Green Blue C M Y K H S L
Decimal 153 22 99 0 0.86 0.35 0.4 324.73 0.75 0.34
Hex 99 16 63 0 56 23 28 145 4B 22
Octal 231 26 143 0 126 43 50 505 113 42
Binary 10011001 10110 1100011 0 1010110 100011 101000 101000101 1001011 100010

Color Harmonies of #991663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991663

Black with #991663

Text Example


Text Example

White with #991663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991663; }

 p { color: rgb(153,22,99); }

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

background-color css

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

 a { background-color: rgb(153,22,99); }

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

border-color css

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

 span { border-color: rgb(153,22,99); }

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