Html Css Color HEX #991D66 Jazzberry Jam

📋 copy color: '#991D66'

red 153 ◦ green 29 ◦ blue 102

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

Shades of Jazzberry Jam #991D66

Tints of Jazzberry Jam #991D66

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.21%

 BLUE value IS 102 (40.23% from 255) = 35.92%

R = 53.87%
G = 10.21%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#991D66 (or 0x991D66) is known color: Jazzberry Jam. HEX triplet: 99, 1D and 66. RGB value is (153,29,102). Sum of RGB (Red+Green+Blue) = 153+29+102=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #991D66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991D66 is #66E299. Grayscale: #4A4A4A. Windows color (decimal): -6742682 or 6692249. OLE color: 6692249.

HSL color Cylindrical-coordinate representation of color #991D66: hue angle of 324.68º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991D66 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 29 102 -
CMYK 0 0.81 0.33 0.4
HSL 324.68º 0.68% 0.36% -
HSV(B) 324.68º 0.81% 0.6% -
XYZ 15.97 8.61 13.39 -
YUV 74.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 153 29 102 0 0.81 0.33 0.4 324.68 0.68 0.36
Hex 99 1D 66 0 51 21 28 145 44 24
Octal 231 35 146 0 121 41 50 505 104 44
Binary 10011001 11101 1100110 0 1010001 100001 101000 101000101 1000100 100100

Color Harmonies of #991D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991D66

Black with #991D66

Text Example


Text Example

White with #991D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991D66; }

 p { color: rgb(153,29,102); }

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

background-color css

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

 a { background-color: rgb(153,29,102); }

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

border-color css

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

 span { border-color: rgb(153,29,102); }

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