#8D1050

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

Shades of Jazzberry Jam #8D1050

Tints of Jazzberry Jam #8D1050

Color information

#8D1050 (or 0x8D1050) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 10 and 50. RGB value is (141,16,80). Sum of RGB (Red+Green+Blue) = 141+16+80=237 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.49% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1050 is #72EFAF. Grayscale: #3C3C3C. Windows color (decimal): -7532464 or 5247117. OLE color: 5247117.

HSL color Cylindrical-coordinate representation of color #8D1050: hue angle of 329.28º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D1050 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB1411680-
CMYK00.890.430.45
HSL329.28º79.62%30.78%-
HSV(B)329.28º88.65%55.29%-
XYZ12.626.618.2-
YUV60.67138.91185.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.49%
GREEN value IS 16 (6.64% from 255) = 6.75%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=59.49%
G=6.75%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141168000.890.430.45329.2879.6230.78
Hex8D10500592B2D149501f
Octal215201200131535551112037
Binary1000110110000101000001011001101011101101101001001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,16,80); }

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

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

 a { background-color: rgb(141,16,80); }

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

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

 span { border-color: rgb(141,16,80); }

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