#9F0B45

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

Shades of Jazzberry Jam #9F0B45

Tints of Jazzberry Jam #9F0B45

Color information

#9F0B45 (or 0x9F0B45) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 0B and 45. RGB value is (159,11,69). Sum of RGB (Red+Green+Blue) = 159+11+69=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0B45 is #60F4BA. Grayscale: #3D3D3D. Windows color (decimal): -6354107 or 4524959. OLE color: 4524959.

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

Color convert

RGB1591169-
CMYK00.930.570.38
HSL336.49º87.06%33.33%-
HSV(B)336.49º93.08%62.35%-
XYZ15.498.046.37-
YUV61.86132.03197.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 66.53%
GREEN value IS 11 (4.69% from 255) = 4.60%
BLUE value IS 69 (27.34% from 255) = 28.87%
R=66.53%
G=4.60%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159116900.930.570.38336.4987.0633.33
Hex9FB4505D39261505721
Octal237131050135714652012741
Binary1001111110111000101010111011110011001101010100001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,11,69); }

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

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

 a { background-color: rgb(159,11,69); }

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

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

 span { border-color: rgb(159,11,69); }

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