#8D0745

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

Shades of Jazzberry Jam #8D0745

Tints of Jazzberry Jam #8D0745

Color information

#8D0745 (or 0x8D0745) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 07 and 45. RGB value is (141,7,69). Sum of RGB (Red+Green+Blue) = 141+7+69=217 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.98% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0745 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0745 is #72F8BA. Grayscale: #363636. Windows color (decimal): -7534779 or 4523917. OLE color: 4523917.

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

Color convert

RGB141769-
CMYK00.950.510.45
HSL332.24º90.54%29.02%-
HSV(B)332.24º95.04%55.29%-
XYZ12.136.246.2-
YUV54.13136.39189.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.98%
GREEN value IS 7 (3.12% from 255) = 3.23%
BLUE value IS 69 (27.34% from 255) = 31.80%
R=64.98%
G=3.23%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14176900.950.510.45332.2490.5429.02
Hex8D74505F332D14c5b1d
Octal21571050137635551413335
Binary10001101111100010101011111110011101101101001100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,7,69); }

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

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

 a { background-color: rgb(141,7,69); }

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

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

 span { border-color: rgb(141,7,69); }

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