Html Css Color HEX #99155C Jazzberry Jam

📋 copy color: '#99155C'

red 153 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #99155C

Tints of Jazzberry Jam #99155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.59%

R = 57.52%
G = 7.89%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#99155C (or 0x99155C) is known color: Jazzberry Jam. HEX triplet: 99, 15 and 5C. RGB value is (153,21,92). Sum of RGB (Red+Green+Blue) = 153+21+92=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #99155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99155C is #66EAA3. Grayscale: #444444. Windows color (decimal): -6744740 or 6034841. OLE color: 6034841.

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

Color convert

RGB 153 21 92 -
CMYK 0 0.86 0.40 0.4
HSL 327.73º 0.76% 0.34% -
HSV(B) 327.73º 0.86% 0.6% -
XYZ 15.34 8.08 10.88 -
YUV 68.56 141.23 188.23 -
System Red Green Blue C M Y K H S L
Decimal 153 21 92 0 0.86 0.40 0.4 327.73 0.76 0.34
Hex 99 15 5C 0 56 28 28 148 4C 22
Octal 231 25 134 0 126 50 50 510 114 42
Binary 10011001 10101 1011100 0 1010110 101000 101000 101001000 1001100 100010

Color Harmonies of #99155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99155C

Black with #99155C

Text Example


Text Example

White with #99155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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