Html Css Color HEX #8E034A Jazzberry Jam

📋 copy color: '#8E034A'

red 142 ◦ green 3 ◦ blue 74

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

Shades of Jazzberry Jam #8E034A

Tints of Jazzberry Jam #8E034A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

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

R = 64.84%
G = 1.37%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#8E034A (or 0x8E034A) is known color: Jazzberry Jam. HEX triplet: 8E, 03 and 4A. RGB value is (142,3,74). Sum of RGB (Red+Green+Blue) = 142+3+74=219 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.84% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 142 - color contains mainly: red. Hex color #8E034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E034A is #71FCB5. Grayscale: #343434. Windows color (decimal): -7470262 or 4850574. OLE color: 4850574.

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

Color convert

RGB 142 3 74 -
CMYK 0 0.98 0.48 0.44
HSL 329.35º 0.96% 0.28% -
HSV(B) 329.35º 0.98% 0.56% -
XYZ 12.42 6.31 7.04 -
YUV 52.66 140.05 191.73 -
System Red Green Blue C M Y K H S L
Decimal 142 3 74 0 0.98 0.48 0.44 329.35 0.96 0.28
Hex 8E 3 4A 0 62 30 2C 149 60 1C
Octal 216 3 112 0 142 60 54 511 140 34
Binary 10001110 11 1001010 0 1100010 110000 101100 101001001 1100000 11100

Color Harmonies of #8E034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E034A

Black with #8E034A

Text Example


Text Example

White with #8E034A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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