#9E0546

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

Shades of Jazzberry Jam #9E0546

Tints of Jazzberry Jam #9E0546

Color information

#9E0546 (or 0x9E0546) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 05 and 46. RGB value is (158,5,70). Sum of RGB (Red+Green+Blue) = 158+5+70=233 (30% of max value = 765). Red value is 158 (62.11% from 255 or 67.81% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0546 is #61FAB9. Grayscale: #3A3A3A. Windows color (decimal): -6421178 or 4588958. OLE color: 4588958.

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

Color convert

RGB158570-
CMYK00.970.560.38
HSL334.51º93.87%31.96%-
HSV(B)334.51º96.84%61.96%-
XYZ15.267.826.5-
YUV58.16134.69199.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 67.81%
GREEN value IS 5 (2.34% from 255) = 2.15%
BLUE value IS 70 (27.73% from 255) = 30.04%
R=67.81%
G=2.15%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15857000.970.560.38334.5193.8731.96
Hex9E546061382614f5e20
Octal23651060141704651713640
Binary100111101011000110011000011110001001101010011111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,5,70); }

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

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

 a { background-color: rgb(158,5,70); }

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

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

 span { border-color: rgb(158,5,70); }

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