Html Css Color HEX #89084A Jazzberry Jam

📋 copy color: '#89084A'

red 137 ◦ green 8 ◦ blue 74

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

Shades of Jazzberry Jam #89084A

Tints of Jazzberry Jam #89084A

RGB

 RED value IS 137 (53.91% from 255) = 62.56%

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

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

R = 62.56%
G = 3.65%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#89084A (or 0x89084A) is known color: Jazzberry Jam. HEX triplet: 89, 08 and 4A. RGB value is (137,8,74). Sum of RGB (Red+Green+Blue) = 137+8+74=219 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.56% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 137 - color contains mainly: red. Hex color #89084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89084A is #76F7B5. Grayscale: #353535. Windows color (decimal): -7796662 or 4851849. OLE color: 4851849.

HSL color Cylindrical-coordinate representation of color #89084A: hue angle of 329.3º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89084A is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 8 74 -
CMYK 0 0.94 0.46 0.46
HSL 329.3º 0.89% 0.28% -
HSV(B) 329.3º 0.94% 0.54% -
XYZ 11.64 5.99 7.02 -
YUV 54.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 137 8 74 0 0.94 0.46 0.46 329.3 0.89 0.28
Hex 89 8 4A 0 5E 2E 2E 149 59 1C
Octal 211 10 112 0 136 56 56 511 131 34
Binary 10001001 1000 1001010 0 1011110 101110 101110 101001001 1011001 11100

Color Harmonies of #89084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89084A

Black with #89084A

Text Example


Text Example

White with #89084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89084A; }

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

 H1.HeaderClassName
 {
   color: #89084A;
 }
 .AnyTagClassName
 {
   color: #89084A;
 }
</style>

background-color css

<style>
 a { background-color: #89084A; }

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

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

border-color css

<style>
 span { border-color: #89084A; }

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

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