#9F0A42

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

Shades of Jazzberry Jam #9F0A42

Tints of Jazzberry Jam #9F0A42

Color information

#9F0A42 (or 0x9F0A42) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 0A and 42. RGB value is (159,10,66). Sum of RGB (Red+Green+Blue) = 159+10+66=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0A42 is #60F5BD. Grayscale: #3C3C3C. Windows color (decimal): -6354366 or 4328095. OLE color: 4328095.

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

Color convert

RGB1591066-
CMYK00.940.580.38
HSL337.45º88.17%33.14%-
HSV(B)337.45º93.71%62.35%-
XYZ15.397.985.88-
YUV60.93130.86197.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 67.66%
GREEN value IS 10 (4.30% from 255) = 4.26%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=67.66%
G=4.26%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159106600.940.580.38337.4588.1733.14
Hex9FA4205E3A261515821
Octal237121020136724652113041
Binary1001111110101000010010111101110101001101010100011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,10,66); }

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

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

 a { background-color: rgb(159,10,66); }

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

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

 span { border-color: rgb(159,10,66); }

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