#98145C

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

Shades of Jazzberry Jam #98145C

Tints of Jazzberry Jam #98145C

Color information

#98145C (or 0x98145C) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 14 and 5C. RGB value is (152,20,92). Sum of RGB (Red+Green+Blue) = 152+20+92=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #98145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98145C is #67EBA3. Grayscale: #434343. Windows color (decimal): -6810532 or 6034584. OLE color: 6034584.

HSL color Cylindrical-coordinate representation of color #98145C: hue angle of 327.27º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #98145C is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1522092-
CMYK00.870.390.40
HSL327.27º76.74%33.73%-
HSV(B)327.27º86.84%59.61%-
XYZ15.137.9510.86-
YUV67.68141.73188.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.58%
GREEN value IS 20 (8.20% from 255) = 7.58%
BLUE value IS 92 (36.33% from 255) = 34.85%
R=57.58%
G=7.58%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152209200.870.390.40327.2776.7433.73
Hex98145C05727281474d22
Octal230241340127475050711542
Binary10011000101001011100010101111001111010001010001111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,20,92); }

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

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

 a { background-color: rgb(152,20,92); }

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

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

 span { border-color: rgb(152,20,92); }

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