Html Css Color HEX #99155F Jazzberry Jam

📋 copy color: '#99155F'

red 153 ◦ green 21 ◦ blue 95

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

Shades of Jazzberry Jam #99155F

Tints of Jazzberry Jam #99155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.32%

R = 56.88%
G = 7.81%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#99155F (or 0x99155F) is known color: Jazzberry Jam. HEX triplet: 99, 15 and 5F. RGB value is (153,21,95). Sum of RGB (Red+Green+Blue) = 153+21+95=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #99155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99155F is #66EAA0. Grayscale: #444444. Windows color (decimal): -6744737 or 6231449. OLE color: 6231449.

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

Color convert

RGB 153 21 95 -
CMYK 0 0.86 0.38 0.4
HSL 326.36º 0.76% 0.34% -
HSV(B) 326.36º 0.86% 0.6% -
XYZ 15.47 8.13 11.58 -
YUV 68.9 142.73 187.98 -
System Red Green Blue C M Y K H S L
Decimal 153 21 95 0 0.86 0.38 0.4 326.36 0.76 0.34
Hex 99 15 5F 0 56 26 28 146 4C 22
Octal 231 25 137 0 126 46 50 506 114 42
Binary 10011001 10101 1011111 0 1010110 100110 101000 101000110 1001100 100010

Color Harmonies of #99155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99155F

Black with #99155F

Text Example


Text Example

White with #99155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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