#9F1C5D

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

Shades of Jazzberry Jam #9F1C5D

Tints of Jazzberry Jam #9F1C5D

Color information

#9F1C5D (or 0x9F1C5D) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 1C and 5D. RGB value is (159,28,93). Sum of RGB (Red+Green+Blue) = 159+28+93=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1C5D is #60E3A2. Grayscale: #4A4A4A. Windows color (decimal): -6349731 or 6102175. OLE color: 6102175.

HSL color Cylindrical-coordinate representation of color #9F1C5D: hue angle of 330.23º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1C5D is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB1592893-
CMYK00.820.420.38
HSL330.23º70.05%36.67%-
HSV(B)330.23º82.39%62.35%-
XYZ16.698.9911.21-
YUV74.58138.4188.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.79%
GREEN value IS 28 (11.33% from 255) = 10%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=56.79%
G=10%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159289300.820.420.38330.2370.0536.67
Hex9F1C5D0522A2614a4625
Octal237341350122524651210645
Binary10011111111001011101010100101010101001101010010101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,28,93); }

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

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

 a { background-color: rgb(159,28,93); }

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

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

 span { border-color: rgb(159,28,93); }

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