#9F063B

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

Shades of Jazzberry Jam #9F063B

Tints of Jazzberry Jam #9F063B

Color information

#9F063B (or 0x9F063B) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 06 and 3B. RGB value is (159,6,59). Sum of RGB (Red+Green+Blue) = 159+6+59=224 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.98% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 159 - color contains mainly: red. Hex color #9F063B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F063B is #60F9C4. Grayscale: #393939. Windows color (decimal): -6355397 or 3868319. OLE color: 3868319.

HSL color Cylindrical-coordinate representation of color #9F063B: hue angle of 339.22º 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 #9F063B is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB159659-
CMYK00.960.630.38
HSL339.22º92.73%32.35%-
HSV(B)339.22º96.23%62.35%-
XYZ15.157.824.85-
YUV57.79128.69200.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 70.98%
GREEN value IS 6 (2.73% from 255) = 2.68%
BLUE value IS 59 (23.44% from 255) = 26.34%
R=70.98%
G=2.68%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15965900.960.630.38339.2292.7332.35
Hex9F63B0603F261535d20
Octal2376730140774652313540
Binary10011111110111011011000001111111001101010100111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F063B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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