#8D0949

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

Shades of Jazzberry Jam #8D0949

Tints of Jazzberry Jam #8D0949

Color information

#8D0949 (or 0x8D0949) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 09 and 49. RGB value is (141,9,73). Sum of RGB (Red+Green+Blue) = 141+9+73=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0949 is #72F6B6. Grayscale: #373737. Windows color (decimal): -7534263 or 4786573. OLE color: 4786573.

HSL color Cylindrical-coordinate representation of color #8D0949: hue angle of 330.91º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0949 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB141973-
CMYK00.940.480.45
HSL330.91º88%29.41%-
HSV(B)330.91º93.62%55.29%-
XYZ12.286.346.88-
YUV55.76137.73188.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.23%
GREEN value IS 9 (3.91% from 255) = 4.04%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=63.23%
G=4.04%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14197300.940.480.45330.918829.41
Hex8D94905E302D14b581d
Octal215111110136605551313035
Binary100011011001100100101011110110000101101101001011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D0949; }

 p { color: rgb(141,9,73); }

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

<style>
 a { background-color: #8D0949; }

 a { background-color: rgb(141,9,73); }

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

<style>
 span { border-color: #8D0949; }

 span { border-color: rgb(141,9,73); }

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