#9E0741

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

Shades of Jazzberry Jam #9E0741

Tints of Jazzberry Jam #9E0741

Color information

#9E0741 (or 0x9E0741) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 07 and 41. RGB value is (158,7,65). Sum of RGB (Red+Green+Blue) = 158+7+65=230 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.70% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0741 is #61F8BE. Grayscale: #3A3A3A. Windows color (decimal): -6420671 or 4261790. OLE color: 4261790.

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

Color convert

RGB158765-
CMYK00.960.590.38
HSL336.95º91.52%32.35%-
HSV(B)336.95º95.57%61.96%-
XYZ15.137.85.71-
YUV58.76131.53198.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 68.70%
GREEN value IS 7 (3.12% from 255) = 3.04%
BLUE value IS 65 (25.78% from 255) = 28.26%
R=68.70%
G=3.04%
B=28.26%

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
Decimal15876500.960.590.38336.9591.5232.35
Hex9E7410603B261515c20
Octal23671010140734652113440
Binary100111101111000001011000001110111001101010100011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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