#8D0244

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

Shades of Jazzberry Jam #8D0244

Tints of Jazzberry Jam #8D0244

Color information

#8D0244 (or 0x8D0244) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 02 and 44. RGB value is (141,2,68). Sum of RGB (Red+Green+Blue) = 141+2+68=211 (27% of max value = 765). Red value is 141 (55.47% from 255 or 66.82% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0244 is #72FDBB. Grayscale: #323232. Windows color (decimal): -7536060 or 4457101. OLE color: 4457101.

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

Color convert

RGB141268-
CMYK00.990.520.45
HSL331.51º97.2%28.04%-
HSV(B)331.51º98.58%55.29%-
XYZ12.056.126.02-
YUV51.08137.55192.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 66.82%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 68 (26.95% from 255) = 32.23%
R=66.82%
G=0.95%
B=32.23%

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
Decimal14126800.990.520.45331.5197.228.04
Hex8D244063342D14c611c
Octal21521040143645551414134
Binary1000110110100010001100011110100101101101001100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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