#8D0742

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

Shades of Jazzberry Jam #8D0742

Tints of Jazzberry Jam #8D0742

Color information

#8D0742 (or 0x8D0742) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 07 and 42. RGB value is (141,7,66). Sum of RGB (Red+Green+Blue) = 141+7+66=214 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.89% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0742 is #72F8BD. Grayscale: #353535. Windows color (decimal): -7534782 or 4327309. OLE color: 4327309.

HSL color Cylindrical-coordinate representation of color #8D0742: hue angle of 333.58º 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 #8D0742 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB141766-
CMYK00.950.530.45
HSL333.58º90.54%29.02%-
HSV(B)333.58º95.04%55.29%-
XYZ12.046.215.72-
YUV53.79134.89190.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 65.89%
GREEN value IS 7 (3.12% from 255) = 3.27%
BLUE value IS 66 (26.17% from 255) = 30.84%
R=65.89%
G=3.27%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14176600.950.530.45333.5890.5429.02
Hex8D74205F352D14e5b1d
Octal21571020137655551613335
Binary10001101111100001001011111110101101101101001110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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