Html Css Color HEX #96175D Jazzberry Jam

📋 copy color: '#96175D'

red 150 ◦ green 23 ◦ blue 93

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

Shades of Jazzberry Jam #96175D

Tints of Jazzberry Jam #96175D

RGB

 RED value IS 150 (58.98% from 255) = 56.39%

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

 BLUE value IS 93 (36.72% from 255) = 34.96%

R = 56.39%
G = 8.65%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96175D (or 0x96175D) is known color: Jazzberry Jam. HEX triplet: 96, 17 and 5D. RGB value is (150,23,93). Sum of RGB (Red+Green+Blue) = 150+23+93=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96175D is #69E8A2. Grayscale: #444444. Windows color (decimal): -6940835 or 6100886. OLE color: 6100886.

HSL color Cylindrical-coordinate representation of color #96175D: hue angle of 326.93º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96175D is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 23 93 -
CMYK 0 0.85 0.38 0.41
HSL 326.93º 0.73% 0.34% -
HSV(B) 326.93º 0.85% 0.59% -
XYZ 14.86 7.89 11.1 -
YUV 68.95 141.58 185.81 -
System Red Green Blue C M Y K H S L
Decimal 150 23 93 0 0.85 0.38 0.41 326.93 0.73 0.34
Hex 96 17 5D 0 55 26 29 147 49 22
Octal 226 27 135 0 125 46 51 507 111 42
Binary 10010110 10111 1011101 0 1010101 100110 101001 101000111 1001001 100010

Color Harmonies of #96175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96175D

Black with #96175D

Text Example


Text Example

White with #96175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96175D; }

 p { color: rgb(150,23,93); }

 H1.HeaderClassName
 {
   color: #96175D;
 }
 .AnyTagClassName
 {
   color: #96175D;
 }
</style>

background-color css

<style>
 a { background-color: #96175D; }

 a { background-color: rgb(150,23,93); }

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

border-color css

<style>
 span { border-color: #96175D; }

 span { border-color: rgb(150,23,93); }

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