#8D0844

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

Shades of Jazzberry Jam #8D0844

Tints of Jazzberry Jam #8D0844

Color information

#8D0844 (or 0x8D0844) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 08 and 44. RGB value is (141,8,68). Sum of RGB (Red+Green+Blue) = 141+8+68=217 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.98% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0844 is #72F7BB. Grayscale: #363636. Windows color (decimal): -7534524 or 4458637. OLE color: 4458637.

HSL color Cylindrical-coordinate representation of color #8D0844: hue angle of 332.93º degrees, saturation: 0.89, 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 #8D0844 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.45.

Color convert

RGB141868-
CMYK00.940.520.45
HSL332.93º89.26%29.22%-
HSV(B)332.93º94.33%55.29%-
XYZ12.116.256.04-
YUV54.61135.56189.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.98%
GREEN value IS 8 (3.52% from 255) = 3.69%
BLUE value IS 68 (26.95% from 255) = 31.34%
R=64.98%
G=3.69%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14186800.940.520.45332.9389.2629.22
Hex8D84405E342D14d591d
Octal215101040136645551513135
Binary100011011000100010001011110110100101101101001101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,8,68); }

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

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

 a { background-color: rgb(141,8,68); }

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

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

 span { border-color: rgb(141,8,68); }

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