#9F0045

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

Shades of Jazzberry Jam #9F0045

Tints of Jazzberry Jam #9F0045

Color information

#9F0045 (or 0x9F0045) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 00 and 45. RGB value is (159,0,69). Sum of RGB (Red+Green+Blue) = 159+0+69=228 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.74% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0045 is #60FFBA. Grayscale: #373737. Windows color (decimal): -6356923 or 4522143. OLE color: 4522143.

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

Color convert

RGB159069-
CMYK010.570.38
HSL333.96º100%31.18%-
HSV(B)333.96º100%62.35%-
XYZ15.377.86.33-
YUV55.41135.68201.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 69.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 30.26%
R=69.74%
G=0%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159069010.570.38333.9610031.18
Hex9F045064392614e641f
Octal23701050144714651614437
Binary100111110100010101100100111001100110101001110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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