Html Css Color HEX #99175A Jazzberry Jam

📋 copy color: '#99175A'

red 153 ◦ green 23 ◦ blue 90

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

Shades of Jazzberry Jam #99175A

Tints of Jazzberry Jam #99175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.83%

R = 57.52%
G = 8.65%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99175A (or 0x99175A) is known color: Jazzberry Jam. HEX triplet: 99, 17 and 5A. RGB value is (153,23,90). Sum of RGB (Red+Green+Blue) = 153+23+90=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #99175A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99175A is #66E8A5. Grayscale: #454545. Windows color (decimal): -6744230 or 5904281. OLE color: 5904281.

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

Color convert

RGB 153 23 90 -
CMYK 0 0.85 0.41 0.4
HSL 329.08º 0.74% 0.35% -
HSV(B) 329.08º 0.85% 0.6% -
XYZ 15.29 8.12 10.44 -
YUV 69.51 139.57 187.55 -
System Red Green Blue C M Y K H S L
Decimal 153 23 90 0 0.85 0.41 0.4 329.08 0.74 0.35
Hex 99 17 5A 0 55 29 28 149 4A 23
Octal 231 27 132 0 125 51 50 511 112 43
Binary 10011001 10111 1011010 0 1010101 101001 101000 101001001 1001010 100011

Color Harmonies of #99175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99175A

Black with #99175A

Text Example


Text Example

White with #99175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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