Html Css Color HEX #9D175D Jazzberry Jam

📋 copy color: '#9D175D'

red 157 ◦ green 23 ◦ blue 93

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

Shades of Jazzberry Jam #9D175D

Tints of Jazzberry Jam #9D175D

RGB

 RED value IS 157 (61.72% from 255) = 57.51%

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

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

R = 57.51%
G = 8.42%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9D175D (or 0x9D175D) is known color: Jazzberry Jam. HEX triplet: 9D, 17 and 5D. RGB value is (157,23,93). Sum of RGB (Red+Green+Blue) = 157+23+93=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D175D is #62E8A2. Grayscale: #464646. Windows color (decimal): -6482083 or 6100893. OLE color: 6100893.

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

Color convert

RGB 157 23 93 -
CMYK 0 0.85 0.41 0.38
HSL 328.66º 0.74% 0.35% -
HSV(B) 328.66º 0.85% 0.62% -
XYZ 16.19 8.57 11.16 -
YUV 71.05 140.39 189.31 -
System Red Green Blue C M Y K H S L
Decimal 157 23 93 0 0.85 0.41 0.38 328.66 0.74 0.35
Hex 9D 17 5D 0 55 29 26 149 4A 23
Octal 235 27 135 0 125 51 46 511 112 43
Binary 10011101 10111 1011101 0 1010101 101001 100110 101001001 1001010 100011

Color Harmonies of #9D175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D175D

Black with #9D175D

Text Example


Text Example

White with #9D175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D175D; }

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

 H1.HeaderClassName
 {
   color: #9D175D;
 }
 .AnyTagClassName
 {
   color: #9D175D;
 }
</style>

background-color css

<style>
 a { background-color: #9D175D; }

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

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

border-color css

<style>
 span { border-color: #9D175D; }

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

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