Html Css Color HEX #8E064A Jazzberry Jam

📋 copy color: '#8E064A'

red 142 ◦ green 6 ◦ blue 74

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

Shades of Jazzberry Jam #8E064A

Tints of Jazzberry Jam #8E064A

RGB

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

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

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

R = 63.96%
G = 2.7%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#8E064A (or 0x8E064A) is known color: Jazzberry Jam. HEX triplet: 8E, 06 and 4A. RGB value is (142,6,74). Sum of RGB (Red+Green+Blue) = 142+6+74=222 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.96% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 142 - color contains mainly: red. Hex color #8E064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E064A is #71F9B5. Grayscale: #363636. Windows color (decimal): -7469494 or 4851342. OLE color: 4851342.

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

Color convert

RGB 142 6 74 -
CMYK 0 0.96 0.48 0.44
HSL 330º 0.92% 0.29% -
HSV(B) 330º 0.96% 0.56% -
XYZ 12.46 6.38 7.05 -
YUV 54.42 139.06 190.47 -
System Red Green Blue C M Y K H S L
Decimal 142 6 74 0 0.96 0.48 0.44 330 0.92 0.29
Hex 8E 6 4A 0 60 30 2C 14A 5C 1D
Octal 216 6 112 0 140 60 54 512 134 35
Binary 10001110 110 1001010 0 1100000 110000 101100 101001010 1011100 11101

Color Harmonies of #8E064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E064A

Black with #8E064A

Text Example


Text Example

White with #8E064A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,6,74); }

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

background-color css

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

 a { background-color: rgb(142,6,74); }

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

border-color css

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

 span { border-color: rgb(142,6,74); }

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