Html Css Color HEX #99175F Jazzberry Jam

📋 copy color: '#99175F'

red 153 ◦ green 23 ◦ blue 95

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

Shades of Jazzberry Jam #99175F

Tints of Jazzberry Jam #99175F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

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

R = 56.46%
G = 8.49%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#99175F (or 0x99175F) is known color: Jazzberry Jam. HEX triplet: 99, 17 and 5F. RGB value is (153,23,95). Sum of RGB (Red+Green+Blue) = 153+23+95=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #99175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99175F is #66E8A0. Grayscale: #454545. Windows color (decimal): -6744225 or 6231961. OLE color: 6231961.

HSL color Cylindrical-coordinate representation of color #99175F: hue angle of 326.77º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #99175F is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 23 95 -
CMYK 0 0.85 0.38 0.4
HSL 326.77º 0.74% 0.35% -
HSV(B) 326.77º 0.85% 0.6% -
XYZ 15.51 8.21 11.59 -
YUV 70.08 142.07 187.15 -
System Red Green Blue C M Y K H S L
Decimal 153 23 95 0 0.85 0.38 0.4 326.77 0.74 0.35
Hex 99 17 5F 0 55 26 28 147 4A 23
Octal 231 27 137 0 125 46 50 507 112 43
Binary 10011001 10111 1011111 0 1010101 100110 101000 101000111 1001010 100011

Color Harmonies of #99175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99175F

Black with #99175F

Text Example


Text Example

White with #99175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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