#9F155F

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

Shades of Jazzberry Jam #9F155F

Tints of Jazzberry Jam #9F155F

Color information

#9F155F (or 0x9F155F) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 15 and 5F. RGB value is (159,21,95). Sum of RGB (Red+Green+Blue) = 159+21+95=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F155F is #60EAA0. Grayscale: #464646. Windows color (decimal): -6351521 or 6231455. OLE color: 6231455.

HSL color Cylindrical-coordinate representation of color #9F155F: hue angle of 327.83º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F155F is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1592195-
CMYK00.870.400.38
HSL327.83º76.67%35.29%-
HSV(B)327.83º86.79%62.35%-
XYZ16.638.7311.64-
YUV70.7141.72190.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.82%
GREEN value IS 21 (8.59% from 255) = 7.64%
BLUE value IS 95 (37.5% from 255) = 34.55%
R=57.82%
G=7.64%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159219500.870.400.38327.8376.6735.29
Hex9F155F05728261484d23
Octal237251370127504651011543
Binary10011111101011011111010101111010001001101010010001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F155F; }

 p { color: rgb(159,21,95); }

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

<style>
 a { background-color: #9F155F; }

 a { background-color: rgb(159,21,95); }

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

<style>
 span { border-color: #9F155F; }

 span { border-color: rgb(159,21,95); }

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