Html Css Color HEX #99166A Jazzberry Jam

📋 copy color: '#99166A'

red 153 ◦ green 22 ◦ blue 106

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

Shades of Jazzberry Jam #99166A

Tints of Jazzberry Jam #99166A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.72%

R = 54.45%
G = 7.83%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#99166A (or 0x99166A) is known color: Jazzberry Jam. HEX triplet: 99, 16 and 6A. RGB value is (153,22,106). Sum of RGB (Red+Green+Blue) = 153+22+106=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #99166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99166A is #66E995. Grayscale: #464646. Windows color (decimal): -6744470 or 6952601. OLE color: 6952601.

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

Color convert

RGB 153 22 106 -
CMYK 0 0.86 0.31 0.4
HSL 321.53º 0.75% 0.34% -
HSV(B) 321.53º 0.86% 0.6% -
XYZ 16.03 8.39 14.41 -
YUV 70.75 147.9 186.67 -
System Red Green Blue C M Y K H S L
Decimal 153 22 106 0 0.86 0.31 0.4 321.53 0.75 0.34
Hex 99 16 6A 0 56 1F 28 142 4B 22
Octal 231 26 152 0 126 37 50 502 113 42
Binary 10011001 10110 1101010 0 1010110 11111 101000 101000010 1001011 100010

Color Harmonies of #99166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99166A

Black with #99166A

Text Example


Text Example

White with #99166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99166A; }

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

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

background-color css

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

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

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

border-color css

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

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

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