#9E0E47

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

Shades of Jazzberry Jam #9E0E47

Tints of Jazzberry Jam #9E0E47

Color information

#9E0E47 (or 0x9E0E47) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 0E and 47. RGB value is (158,14,71). Sum of RGB (Red+Green+Blue) = 158+14+71=243 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.02% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0E47 is #61F1B8. Grayscale: #3F3F3F. Windows color (decimal): -6418873 or 4656798. OLE color: 4656798.

HSL color Cylindrical-coordinate representation of color #9E0E47: hue angle of 336.25º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E0E47 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB1581471-
CMYK00.910.550.38
HSL336.25º83.72%33.73%-
HSV(B)336.25º91.14%61.96%-
XYZ15.398.046.7-
YUV63.55132.21195.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 65.02%
GREEN value IS 14 (5.86% from 255) = 5.76%
BLUE value IS 71 (28.12% from 255) = 29.22%
R=65.02%
G=5.76%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158147100.910.550.38336.2583.7233.73
Hex9EE4705B37261505422
Octal236161070133674652012442
Binary1001111011101000111010110111101111001101010100001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,14,71); }

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

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

 a { background-color: rgb(158,14,71); }

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

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

 span { border-color: rgb(158,14,71); }

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