Html Css Color HEX #89064A Jazzberry Jam

📋 copy color: '#89064A'

red 137 ◦ green 6 ◦ blue 74

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

Shades of Jazzberry Jam #89064A

Tints of Jazzberry Jam #89064A

RGB

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

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

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

R = 63.13%
G = 2.76%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#89064A (or 0x89064A) is known color: Jazzberry Jam. HEX triplet: 89, 06 and 4A. RGB value is (137,6,74). Sum of RGB (Red+Green+Blue) = 137+6+74=217 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.13% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 137 - color contains mainly: red. Hex color #89064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89064A is #76F9B5. Grayscale: #343434. Windows color (decimal): -7797174 or 4851337. OLE color: 4851337.

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

Color convert

RGB 137 6 74 -
CMYK 0 0.96 0.46 0.46
HSL 328.85º 0.92% 0.28% -
HSV(B) 328.85º 0.96% 0.54% -
XYZ 11.62 5.94 7.01 -
YUV 52.92 139.9 187.97 -
System Red Green Blue C M Y K H S L
Decimal 137 6 74 0 0.96 0.46 0.46 328.85 0.92 0.28
Hex 89 6 4A 0 60 2E 2E 149 5C 1C
Octal 211 6 112 0 140 56 56 511 134 34
Binary 10001001 110 1001010 0 1100000 101110 101110 101001001 1011100 11100

Color Harmonies of #89064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89064A

Black with #89064A

Text Example


Text Example

White with #89064A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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