#9F084F

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

Shades of Jazzberry Jam #9F084F

Tints of Jazzberry Jam #9F084F

Color information

#9F084F (or 0x9F084F) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 08 and 4F. RGB value is (159,8,79). Sum of RGB (Red+Green+Blue) = 159+8+79=246 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.63% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 159 - color contains mainly: red. Hex color #9F084F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F084F is #60F7B0. Grayscale: #3D3D3D. Windows color (decimal): -6354865 or 5179551. OLE color: 5179551.

HSL color Cylindrical-coordinate representation of color #9F084F: hue angle of 331.79º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F084F is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB159879-
CMYK00.950.500.38
HSL331.79º90.42%32.75%-
HSV(B)331.79º94.97%62.35%-
XYZ15.88.118.13-
YUV61.24138.03197.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 64.63%
GREEN value IS 8 (3.52% from 255) = 3.25%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=64.63%
G=3.25%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15987900.950.500.38331.7990.4232.75
Hex9F84F05F322614c5a21
Octal237101170137624651413241
Binary1001111110001001111010111111100101001101010011001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,8,79); }

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

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

 a { background-color: rgb(159,8,79); }

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

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

 span { border-color: rgb(159,8,79); }

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