#8D1055

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

Shades of Jazzberry Jam #8D1055

Tints of Jazzberry Jam #8D1055

Color information

#8D1055 (or 0x8D1055) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 10 and 55. RGB value is (141,16,85). Sum of RGB (Red+Green+Blue) = 141+16+85=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1055 is #72EFAA. Grayscale: #3D3D3D. Windows color (decimal): -7532459 or 5574797. OLE color: 5574797.

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

Color convert

RGB1411685-
CMYK00.890.400.45
HSL326.88º79.62%30.78%-
HSV(B)326.88º88.65%55.29%-
XYZ12.816.699.21-
YUV61.24141.41184.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.26%
GREEN value IS 16 (6.64% from 255) = 6.61%
BLUE value IS 85 (33.59% from 255) = 35.12%
R=58.26%
G=6.61%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141168500.890.400.45326.8879.6230.78
Hex8D1055059282D147501f
Octal215201250131505550712037
Binary1000110110000101010101011001101000101101101000111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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