Html Css Color HEX #8D064E Jazzberry Jam

📋 copy color: '#8D064E'

red 141 ◦ green 6 ◦ blue 78

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

Shades of Jazzberry Jam #8D064E

Tints of Jazzberry Jam #8D064E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.67%

 BLUE value IS 78 (30.86% from 255) = 34.67%

R = 62.67%
G = 2.67%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8D064E (or 0x8D064E) is known color: Jazzberry Jam. HEX triplet: 8D, 06 and 4E. RGB value is (141,6,78). Sum of RGB (Red+Green+Blue) = 141+6+78=225 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.67% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 141 - color contains mainly: red. Hex color #8D064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D064E is #72F9B1. Grayscale: #363636. Windows color (decimal): -7535026 or 5113485. OLE color: 5113485.

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

Color convert

RGB 141 6 78 -
CMYK 0 0.96 0.45 0.45
HSL 328º 0.92% 0.29% -
HSV(B) 328º 0.96% 0.55% -
XYZ 12.42 6.34 7.78 -
YUV 54.57 141.23 189.65 -
System Red Green Blue C M Y K H S L
Decimal 141 6 78 0 0.96 0.45 0.45 328 0.92 0.29
Hex 8D 6 4E 0 60 2D 2D 148 5C 1D
Octal 215 6 116 0 140 55 55 510 134 35
Binary 10001101 110 1001110 0 1100000 101101 101101 101001000 1011100 11101

Color Harmonies of #8D064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D064E

Black with #8D064E

Text Example


Text Example

White with #8D064E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,6,78); }

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

background-color css

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

 a { background-color: rgb(141,6,78); }

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

border-color css

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

 span { border-color: rgb(141,6,78); }

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