#89084A

Color #89084A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #89084A

Tints of Jazzberry Jam #89084A

Color information

#89084A (or 0x89084A) is unknown color: approx 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

RGB137874-
CMYK00.940.460.46
HSL329.3º88.97%28.43%-
HSV(B)329.3º94.16%53.73%-
XYZ11.645.997.02-
YUV54.1139.24187.13-

RGB Variations

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

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.30% from 255) = 33.79%
R=62.56%
G=3.65%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13787400.940.460.46329.388.9728.43
Hex8984A05E2E2E149591c
Octal211101120136565651113134
Binary100010011000100101001011110101110101110101001001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89084A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>