#9F064D

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

Shades of Jazzberry Jam #9F064D

Tints of Jazzberry Jam #9F064D

Color information

#9F064D (or 0x9F064D) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 06 and 4D. RGB value is (159,6,77). Sum of RGB (Red+Green+Blue) = 159+6+77=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F064D is #60F9B2. Grayscale: #3B3B3B. Windows color (decimal): -6355379 or 5047967. OLE color: 5047967.

HSL color Cylindrical-coordinate representation of color #9F064D: hue angle of 332.16º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F064D is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB159677-
CMYK00.960.520.38
HSL332.16º92.73%32.35%-
HSV(B)332.16º96.23%62.35%-
XYZ15.78.047.74-
YUV59.84137.69198.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 65.70%
GREEN value IS 6 (2.73% from 255) = 2.48%
BLUE value IS 77 (30.47% from 255) = 31.82%
R=65.70%
G=2.48%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15967700.960.520.38332.1692.7332.35
Hex9F64D060342614c5d20
Octal23761150140644651413540
Binary100111111101001101011000001101001001101010011001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,6,77); }

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

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

 a { background-color: rgb(159,6,77); }

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

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

 span { border-color: rgb(159,6,77); }

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