#8D0142

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

Shades of Jazzberry Jam #8D0142

Tints of Jazzberry Jam #8D0142

Color information

#8D0142 (or 0x8D0142) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 01 and 42. RGB value is (141,1,66). Sum of RGB (Red+Green+Blue) = 141+1+66=208 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.79% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0142 is #72FEBD. Grayscale: #323232. Windows color (decimal): -7536318 or 4325773. OLE color: 4325773.

HSL color Cylindrical-coordinate representation of color #8D0142: hue angle of 332.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0142 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB141166-
CMYK00.990.530.45
HSL332.14º98.59%27.84%-
HSV(B)332.14º99.29%55.29%-
XYZ11.986.085.7-
YUV50.27136.88192.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 67.79%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 66 (26.17% from 255) = 31.73%
R=67.79%
G=0.48%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14116600.990.530.45332.1498.5927.84
Hex8D142063352D14c631c
Octal21511020143655551414334
Binary100011011100001001100011110101101101101001100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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