#8B0B51

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

Shades of Jazzberry Jam #8B0B51

Tints of Jazzberry Jam #8B0B51

Color information

#8B0B51 (or 0x8B0B51) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 0B and 51. RGB value is (139,11,81). Sum of RGB (Red+Green+Blue) = 139+11+81=231 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.17% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0B51 is #74F4AE. Grayscale: #393939. Windows color (decimal): -7664815 or 5311371. OLE color: 5311371.

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

Color convert

RGB1391181-
CMYK00.920.420.45
HSL327.19º85.33%29.41%-
HSV(B)327.19º92.09%54.51%-
XYZ12.256.328.36-
YUV57.25141.41186.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.17%
GREEN value IS 11 (4.69% from 255) = 4.76%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=60.17%
G=4.76%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139118100.920.420.45327.1985.3329.41
Hex8BB5105C2A2D147551d
Octal213131210134525550712535
Binary100010111011101000101011100101010101101101000111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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