#8D0243

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

Shades of Jazzberry Jam #8D0243

Tints of Jazzberry Jam #8D0243

Color information

#8D0243 (or 0x8D0243) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 02 and 43. RGB value is (141,2,67). Sum of RGB (Red+Green+Blue) = 141+2+67=210 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.14% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0243 is #72FDBC. Grayscale: #323232. Windows color (decimal): -7536061 or 4391565. OLE color: 4391565.

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

Color convert

RGB141267-
CMYK00.990.520.45
HSL331.94º97.2%28.04%-
HSV(B)331.94º98.58%55.29%-
XYZ12.026.115.86-
YUV50.97137.05192.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 67.14%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 67 (26.56% from 255) = 31.90%
R=67.14%
G=0.95%
B=31.90%

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
Decimal14126700.990.520.45331.9497.228.04
Hex8D243063342D14c611c
Octal21521030143645551414134
Binary1000110110100001101100011110100101101101001100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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