#8D0D49

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

Shades of Jazzberry Jam #8D0D49

Tints of Jazzberry Jam #8D0D49

Color information

#8D0D49 (or 0x8D0D49) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 0D and 49. RGB value is (141,13,73). Sum of RGB (Red+Green+Blue) = 141+13+73=227 (30% of max value = 765). Red value is 141 (55.47% from 255 or 62.11% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0D49 is #72F2B6. Grayscale: #3A3A3A. Windows color (decimal): -7533239 or 4787597. OLE color: 4787597.

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

Color convert

RGB1411373-
CMYK00.910.480.45
HSL331.88º83.12%30.2%-
HSV(B)331.88º90.78%55.29%-
XYZ12.336.436.89-
YUV58.11136.41187.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.11%
GREEN value IS 13 (5.47% from 255) = 5.73%
BLUE value IS 73 (28.91% from 255) = 32.16%
R=62.11%
G=5.73%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141137300.910.480.45331.8883.1230.2
Hex8DD4905B302D14c531e
Octal215151110133605551412336
Binary100011011101100100101011011110000101101101001100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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