#8D0B50

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

Shades of Jazzberry Jam #8D0B50

Tints of Jazzberry Jam #8D0B50

Color information

#8D0B50 (or 0x8D0B50) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 0B and 50. RGB value is (141,11,80). Sum of RGB (Red+Green+Blue) = 141+11+80=232 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.78% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0B50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0B50 is #72F4AF. Grayscale: #393939. Windows color (decimal): -7533744 or 5245837. OLE color: 5245837.

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

Color convert

RGB1411180-
CMYK00.920.430.45
HSL328.15º85.53%29.8%-
HSV(B)328.15º92.2%55.29%-
XYZ12.556.488.18-
YUV57.74140.57187.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60.78%
GREEN value IS 11 (4.69% from 255) = 4.74%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=60.78%
G=4.74%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141118000.920.430.45328.1585.5329.8
Hex8DB5005C2B2D148561e
Octal215131200134535551012636
Binary100011011011101000001011100101011101101101001000101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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