Html Css Color HEX #8D175B Jazzberry Jam

📋 copy color: '#8D175B'

red 141 ◦ green 23 ◦ blue 91

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

Shades of Jazzberry Jam #8D175B

Tints of Jazzberry Jam #8D175B

RGB

 RED value IS 141 (55.47% from 255) = 55.29%

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

 BLUE value IS 91 (35.94% from 255) = 35.69%

R = 55.29%
G = 9.02%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8D175B (or 0x8D175B) is known color: Jazzberry Jam. HEX triplet: 8D, 17 and 5B. RGB value is (141,23,91). Sum of RGB (Red+Green+Blue) = 141+23+91=255 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.29% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 141 - color contains mainly: red. Hex color #8D175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D175B is #72E8A4. Grayscale: #414141. Windows color (decimal): -7530661 or 5969805. OLE color: 5969805.

HSL color Cylindrical-coordinate representation of color #8D175B: hue angle of 325.42º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D175B is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 23 91 -
CMYK 0 0.84 0.35 0.45
HSL 325.42º 0.72% 0.32% -
HSV(B) 325.42º 0.84% 0.55% -
XYZ 13.18 7.03 10.56 -
YUV 66.03 142.09 181.47 -
System Red Green Blue C M Y K H S L
Decimal 141 23 91 0 0.84 0.35 0.45 325.42 0.72 0.32
Hex 8D 17 5B 0 54 23 2D 145 48 20
Octal 215 27 133 0 124 43 55 505 110 40
Binary 10001101 10111 1011011 0 1010100 100011 101101 101000101 1001000 100000

Color Harmonies of #8D175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D175B

Black with #8D175B

Text Example


Text Example

White with #8D175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D175B; }

 p { color: rgb(141,23,91); }

 H1.HeaderClassName
 {
   color: #8D175B;
 }
 .AnyTagClassName
 {
   color: #8D175B;
 }
</style>

background-color css

<style>
 a { background-color: #8D175B; }

 a { background-color: rgb(141,23,91); }

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

border-color css

<style>
 span { border-color: #8D175B; }

 span { border-color: rgb(141,23,91); }

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