Html Css Color HEX #8D0547 Jazzberry Jam

📋 copy color: '#8D0547'

red 141 ◦ green 5 ◦ blue 71

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

Shades of Jazzberry Jam #8D0547

Tints of Jazzberry Jam #8D0547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.3%

 BLUE value IS 71 (28.13% from 255) = 32.72%

R = 64.98%
G = 2.3%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#8D0547 (or 0x8D0547) is known color: Jazzberry Jam. HEX triplet: 8D, 05 and 47. RGB value is (141,5,71). Sum of RGB (Red+Green+Blue) = 141+5+71=217 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.98% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0547 is #72FAB8. Grayscale: #353535. Windows color (decimal): -7535289 or 4654477. OLE color: 4654477.

HSL color Cylindrical-coordinate representation of color #8D0547: hue angle of 330.88º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0547 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 5 71 -
CMYK 0 0.96 0.50 0.45
HSL 330.88º 0.93% 0.29% -
HSV(B) 330.88º 0.96% 0.55% -
XYZ 12.18 6.23 6.52 -
YUV 53.19 138.06 190.63 -
System Red Green Blue C M Y K H S L
Decimal 141 5 71 0 0.96 0.50 0.45 330.88 0.93 0.29
Hex 8D 5 47 0 60 32 2D 14B 5D 1D
Octal 215 5 107 0 140 62 55 513 135 35
Binary 10001101 101 1000111 0 1100000 110010 101101 101001011 1011101 11101

Color Harmonies of #8D0547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0547

Black with #8D0547

Text Example


Text Example

White with #8D0547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,5,71); }

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

background-color css

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

 a { background-color: rgb(141,5,71); }

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

border-color css

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

 span { border-color: rgb(141,5,71); }

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