Html Css Color HEX #8E0C4F Jazzberry Jam

📋 copy color: '#8E0C4F'

red 142 ◦ green 12 ◦ blue 79

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

Shades of Jazzberry Jam #8E0C4F

Tints of Jazzberry Jam #8E0C4F

RGB

 RED value IS 142 (55.86% from 255) = 60.94%

 GREEN value IS 12 (5.08% from 255) = 5.15%

 BLUE value IS 79 (31.25% from 255) = 33.91%

R = 60.94%
G = 5.15%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E0C4F (or 0x8E0C4F) is known color: Jazzberry Jam. HEX triplet: 8E, 0C and 4F. RGB value is (142,12,79). Sum of RGB (Red+Green+Blue) = 142+12+79=233 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.94% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0C4F is #71F3B0. Grayscale: #3A3A3A. Windows color (decimal): -7467953 or 5180558. OLE color: 5180558.

HSL color Cylindrical-coordinate representation of color #8E0C4F: hue angle of 329.08º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0C4F is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 12 79 -
CMYK 0 0.92 0.44 0.44
HSL 329.08º 0.84% 0.3% -
HSV(B) 329.08º 0.92% 0.56% -
XYZ 12.7 6.58 8 -
YUV 58.51 139.57 187.55 -
System Red Green Blue C M Y K H S L
Decimal 142 12 79 0 0.92 0.44 0.44 329.08 0.84 0.3
Hex 8E C 4F 0 5C 2C 2C 149 54 1E
Octal 216 14 117 0 134 54 54 511 124 36
Binary 10001110 1100 1001111 0 1011100 101100 101100 101001001 1010100 11110

Color Harmonies of #8E0C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0C4F

Black with #8E0C4F

Text Example


Text Example

White with #8E0C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,12,79); }

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

background-color css

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

 a { background-color: rgb(142,12,79); }

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

border-color css

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

 span { border-color: rgb(142,12,79); }

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