Html Css Color HEX #8D0548 Jazzberry Jam

📋 copy color: '#8D0548'

red 141 ◦ green 5 ◦ blue 72

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

Shades of Jazzberry Jam #8D0548

Tints of Jazzberry Jam #8D0548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.03%

R = 64.68%
G = 2.29%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8D0548 (or 0x8D0548) is known color: Jazzberry Jam. HEX triplet: 8D, 05 and 48. RGB value is (141,5,72). Sum of RGB (Red+Green+Blue) = 141+5+72=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0548 is #72FAB7. Grayscale: #353535. Windows color (decimal): -7535288 or 4720013. OLE color: 4720013.

HSL color Cylindrical-coordinate representation of color #8D0548: hue angle of 330.44º 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 #8D0548 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 5 72 -
CMYK 0 0.96 0.49 0.45
HSL 330.44º 0.93% 0.29% -
HSV(B) 330.44º 0.96% 0.55% -
XYZ 12.21 6.24 6.69 -
YUV 53.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 141 5 72 0 0.96 0.49 0.45 330.44 0.93 0.29
Hex 8D 5 48 0 60 31 2D 14A 5D 1D
Octal 215 5 110 0 140 61 55 512 135 35
Binary 10001101 101 1001000 0 1100000 110001 101101 101001010 1011101 11101

Color Harmonies of #8D0548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0548

Black with #8D0548

Text Example


Text Example

White with #8D0548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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