#98155E

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

Shades of Jazzberry Jam #98155E

Tints of Jazzberry Jam #98155E

Color information

#98155E (or 0x98155E) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 15 and 5E. RGB value is (152,21,94). Sum of RGB (Red+Green+Blue) = 152+21+94=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #98155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98155E is #67EAA1. Grayscale: #444444. Windows color (decimal): -6810274 or 6165912. OLE color: 6165912.

HSL color Cylindrical-coordinate representation of color #98155E: hue angle of 326.56º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98155E is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB1522194-
CMYK00.860.380.40
HSL326.56º75.72%33.92%-
HSV(B)326.56º86.18%59.61%-
XYZ15.248.0211.33-
YUV68.49142.4187.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.93%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=56.93%
G=7.87%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152219400.860.380.40326.5675.7233.92
Hex98155E05626281474c22
Octal230251360126465050711442
Binary10011000101011011110010101101001101010001010001111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98155E; }

 p { color: rgb(152,21,94); }

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

<style>
 a { background-color: #98155E; }

 a { background-color: rgb(152,21,94); }

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

<style>
 span { border-color: #98155E; }

 span { border-color: rgb(152,21,94); }

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