Html Css Color HEX #89094D Jazzberry Jam

📋 copy color: '#89094D'

red 137 ◦ green 9 ◦ blue 77

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

Shades of Jazzberry Jam #89094D

Tints of Jazzberry Jam #89094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.04%

 BLUE value IS 77 (30.47% from 255) = 34.53%

R = 61.43%
G = 4.04%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#89094D (or 0x89094D) is known color: Jazzberry Jam. HEX triplet: 89, 09 and 4D. RGB value is (137,9,77). Sum of RGB (Red+Green+Blue) = 137+9+77=223 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.43% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 137 - color contains mainly: red. Hex color #89094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89094D is #76F6B2. Grayscale: #363636. Windows color (decimal): -7796403 or 5048713. OLE color: 5048713.

HSL color Cylindrical-coordinate representation of color #89094D: hue angle of 328.12º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89094D is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 9 77 -
CMYK 0 0.93 0.44 0.46
HSL 328.13º 0.88% 0.29% -
HSV(B) 328.13º 0.93% 0.54% -
XYZ 11.75 6.05 7.57 -
YUV 55.02 140.41 186.47 -
System Red Green Blue C M Y K H S L
Decimal 137 9 77 0 0.93 0.44 0.46 328.13 0.88 0.29
Hex 89 9 4D 0 5D 2C 2E 148 58 1D
Octal 211 11 115 0 135 54 56 510 130 35
Binary 10001001 1001 1001101 0 1011101 101100 101110 101001000 1011000 11101

Color Harmonies of #89094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89094D

Black with #89094D

Text Example


Text Example

White with #89094D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89094D; }

 p { color: rgb(137,9,77); }

 H1.HeaderClassName
 {
   color: #89094D;
 }
 .AnyTagClassName
 {
   color: #89094D;
 }
</style>

background-color css

<style>
 a { background-color: #89094D; }

 a { background-color: rgb(137,9,77); }

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

border-color css

<style>
 span { border-color: #89094D; }

 span { border-color: rgb(137,9,77); }

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