Html Css Color HEX #8D084A Jazzberry Jam

📋 copy color: '#8D084A'

red 141 ◦ green 8 ◦ blue 74

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

Shades of Jazzberry Jam #8D084A

Tints of Jazzberry Jam #8D084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.59%

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 63.23%
G = 3.59%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8D084A (or 0x8D084A) is known color: Jazzberry Jam. HEX triplet: 8D, 08 and 4A. RGB value is (141,8,74). Sum of RGB (Red+Green+Blue) = 141+8+74=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D084A is #72F7B5. Grayscale: #373737. Windows color (decimal): -7534518 or 4851853. OLE color: 4851853.

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

Color convert

RGB 141 8 74 -
CMYK 0 0.94 0.48 0.45
HSL 330.23º 0.89% 0.29% -
HSV(B) 330.23º 0.94% 0.55% -
XYZ 12.31 6.33 7.05 -
YUV 55.29 138.56 189.13 -
System Red Green Blue C M Y K H S L
Decimal 141 8 74 0 0.94 0.48 0.45 330.23 0.89 0.29
Hex 8D 8 4A 0 5E 30 2D 14A 59 1D
Octal 215 10 112 0 136 60 55 512 131 35
Binary 10001101 1000 1001010 0 1011110 110000 101101 101001010 1011001 11101

Color Harmonies of #8D084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D084A

Black with #8D084A

Text Example


Text Example

White with #8D084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,8,74); }

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

background-color css

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

 a { background-color: rgb(141,8,74); }

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

border-color css

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

 span { border-color: rgb(141,8,74); }

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