#88094C

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

Shades of Jazzberry Jam #88094C

Tints of Jazzberry Jam #88094C

Color information

#88094C (or 0x88094C) is unknown color: approx Jazzberry Jam. HEX triplet: 88, 09 and 4C. RGB value is (136,9,76). Sum of RGB (Red+Green+Blue) = 136+9+76=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #88094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88094C is #77F6B3. Grayscale: #363636. Windows color (decimal): -7861940 or 4983176. OLE color: 4983176.

HSL color Cylindrical-coordinate representation of color #88094C: hue angle of 328.35º 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 #88094C is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB136976-
CMYK00.930.440.47
HSL328.35º87.59%28.43%-
HSV(B)328.35º93.38%53.33%-
XYZ11.565.957.38-
YUV54.61140.08186.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 61.54%
GREEN value IS 9 (3.91% from 255) = 4.07%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=61.54%
G=4.07%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13697600.930.440.47328.3587.5928.43
Hex8894C05D2C2F148581c
Octal210111140135545751013034
Binary100010001001100110001011101101100101111101001000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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