#9F083C

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

Shades of Jazzberry Jam #9F083C

Tints of Jazzberry Jam #9F083C

Color information

#9F083C (or 0x9F083C) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 08 and 3C. RGB value is (159,8,60). Sum of RGB (Red+Green+Blue) = 159+8+60=227 (30% of max value = 765). Red value is 159 (62.5% from 255 or 70.04% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 159 - color contains mainly: red. Hex color #9F083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F083C is #60F7C3. Grayscale: #3B3B3B. Windows color (decimal): -6354884 or 3934367. OLE color: 3934367.

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

Color convert

RGB159860-
CMYK00.950.620.38
HSL339.34º90.42%32.75%-
HSV(B)339.34º94.97%62.35%-
XYZ15.27.874.99-
YUV59.08128.53199.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 70.04%
GREEN value IS 8 (3.52% from 255) = 3.52%
BLUE value IS 60 (23.83% from 255) = 26.43%
R=70.04%
G=3.52%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15986000.950.620.38339.3490.4232.75
Hex9F83C05F3E261535a21
Octal23710740137764652313241
Binary100111111000111100010111111111101001101010100111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F083C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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