#8B0D51

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

Shades of Jazzberry Jam #8B0D51

Tints of Jazzberry Jam #8B0D51

Color information

#8B0D51 (or 0x8B0D51) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 0D and 51. RGB value is (139,13,81). Sum of RGB (Red+Green+Blue) = 139+13+81=233 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.66% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D51 is #74F2AE. Grayscale: #3A3A3A. Windows color (decimal): -7664303 or 5311883. OLE color: 5311883.

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

Color convert

RGB1391381-
CMYK00.910.420.45
HSL327.62º82.89%29.8%-
HSV(B)327.62º90.65%54.51%-
XYZ12.286.378.37-
YUV58.43140.74185.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.66%
GREEN value IS 13 (5.47% from 255) = 5.58%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=59.66%
G=5.58%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139138100.910.420.45327.6282.8929.8
Hex8BD5105B2A2D148531e
Octal213151210133525551012336
Binary100010111101101000101011011101010101101101001000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,13,81); }

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

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

 a { background-color: rgb(139,13,81); }

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

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

 span { border-color: rgb(139,13,81); }

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