#9E0740

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

Shades of Jazzberry Jam #9E0740

Tints of Jazzberry Jam #9E0740

Color information

#9E0740 (or 0x9E0740) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 07 and 40. RGB value is (158,7,64). Sum of RGB (Red+Green+Blue) = 158+7+64=229 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.00% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0740 is #61F8BF. Grayscale: #3A3A3A. Windows color (decimal): -6420672 or 4196254. OLE color: 4196254.

HSL color Cylindrical-coordinate representation of color #9E0740: hue angle of 337.35º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E0740 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB158764-
CMYK00.960.590.38
HSL337.35º91.52%32.35%-
HSV(B)337.35º95.57%61.96%-
XYZ15.17.795.56-
YUV58.65131.03198.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 69.00%
GREEN value IS 7 (3.12% from 255) = 3.06%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=69.00%
G=3.06%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15876400.960.590.38337.3591.5232.35
Hex9E7400603B261515c20
Octal23671000140734652113440
Binary100111101111000000011000001110111001101010100011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,7,64); }

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

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

 a { background-color: rgb(158,7,64); }

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

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

 span { border-color: rgb(158,7,64); }

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