Html Css Color HEX #8D0148 Jazzberry Jam

📋 copy color: '#8D0148'

red 141 ◦ green 1 ◦ blue 72

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

Shades of Jazzberry Jam #8D0148

Tints of Jazzberry Jam #8D0148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 65.89%
G = 0.47%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8D0148 (or 0x8D0148) is known color: Jazzberry Jam. HEX triplet: 8D, 01 and 48. RGB value is (141,1,72). Sum of RGB (Red+Green+Blue) = 141+1+72=214 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.89% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0148 is #72FEB7. Grayscale: #323232. Windows color (decimal): -7536312 or 4718989. OLE color: 4718989.

HSL color Cylindrical-coordinate representation of color #8D0148: hue angle of 329.57º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0148 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 1 72 -
CMYK 0 0.99 0.49 0.45
HSL 329.57º 0.99% 0.28% -
HSV(B) 329.57º 0.99% 0.55% -
XYZ 12.17 6.15 6.68 -
YUV 50.95 139.88 192.23 -
System Red Green Blue C M Y K H S L
Decimal 141 1 72 0 0.99 0.49 0.45 329.57 0.99 0.28
Hex 8D 1 48 0 63 31 2D 14A 63 1C
Octal 215 1 110 0 143 61 55 512 143 34
Binary 10001101 1 1001000 0 1100011 110001 101101 101001010 1100011 11100

Color Harmonies of #8D0148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0148

Black with #8D0148

Text Example


Text Example

White with #8D0148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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