#88094A

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

Shades of Jazzberry Jam #88094A

Tints of Jazzberry Jam #88094A

Color information

#88094A (or 0x88094A) is unknown color: approx Jazzberry Jam. HEX triplet: 88, 09 and 4A. RGB value is (136,9,74). Sum of RGB (Red+Green+Blue) = 136+9+74=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #88094A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88094A is #77F6B5. Grayscale: #363636. Windows color (decimal): -7861942 or 4852104. OLE color: 4852104.

HSL color Cylindrical-coordinate representation of color #88094A: hue angle of 329.29º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88094A is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB136974-
CMYK00.930.460.47
HSL329.29º87.59%28.43%-
HSV(B)329.29º93.38%53.33%-
XYZ11.495.927.02-
YUV54.38139.08186.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.10%
GREEN value IS 9 (3.91% from 255) = 4.11%
BLUE value IS 74 (29.30% from 255) = 33.79%
R=62.10%
G=4.11%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13697400.930.460.47329.2987.5928.43
Hex8894A05D2E2F149581c
Octal210111120135565751113034
Binary100010001001100101001011101101110101111101001001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,9,74); }

 H1.HeaderClassName
 {
   color: #88094A;
 }
 .AnyTagClassName
 {
   color: #88094A;
 }
</style>
background-color css

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

 a { background-color: rgb(136,9,74); }

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

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

 span { border-color: rgb(136,9,74); }

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