#8D0143

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

Shades of Jazzberry Jam #8D0143

Tints of Jazzberry Jam #8D0143

Color information

#8D0143 (or 0x8D0143) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 01 and 43. RGB value is (141,1,67). Sum of RGB (Red+Green+Blue) = 141+1+67=209 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.46% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0143 is #72FEBC. Grayscale: #323232. Windows color (decimal): -7536317 or 4391309. OLE color: 4391309.

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

Color convert

RGB141167-
CMYK00.990.520.45
HSL331.71º98.59%27.84%-
HSV(B)331.71º99.29%55.29%-
XYZ12.016.095.85-
YUV50.38137.38192.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 67.46%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 67 (26.56% from 255) = 32.06%
R=67.46%
G=0.48%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14116700.990.520.45331.7198.5927.84
Hex8D143063342D14c631c
Octal21511030143645551414334
Binary100011011100001101100011110100101101101001100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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