#8D0850

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

Shades of Jazzberry Jam #8D0850

Tints of Jazzberry Jam #8D0850

Color information

#8D0850 (or 0x8D0850) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 08 and 50. RGB value is (141,8,80). Sum of RGB (Red+Green+Blue) = 141+8+80=229 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.57% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0850 is #72F7AF. Grayscale: #373737. Windows color (decimal): -7534512 or 5245069. OLE color: 5245069.

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

Color convert

RGB141880-
CMYK00.940.430.45
HSL327.52º89.26%29.22%-
HSV(B)327.52º94.33%55.29%-
XYZ12.526.428.17-
YUV55.97141.56188.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.57%
GREEN value IS 8 (3.52% from 255) = 3.49%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=61.57%
G=3.49%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14188000.940.430.45327.5289.2629.22
Hex8D85005E2B2D148591d
Octal215101200136535551013135
Binary100011011000101000001011110101011101101101001000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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