#8B1457

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

Shades of Jazzberry Jam #8B1457

Tints of Jazzberry Jam #8B1457

Color information

#8B1457 (or 0x8B1457) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 14 and 57. RGB value is (139,20,87). Sum of RGB (Red+Green+Blue) = 139+20+87=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1457 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1457 is #74EBA8. Grayscale: #3F3F3F. Windows color (decimal): -7662505 or 5706891. OLE color: 5706891.

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

Color convert

RGB1392087-
CMYK00.860.370.45
HSL326.22º74.84%31.18%-
HSV(B)326.22º85.61%54.51%-
XYZ12.626.689.64-
YUV63.22141.42182.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.50%
GREEN value IS 20 (8.20% from 255) = 8.13%
BLUE value IS 87 (34.38% from 255) = 35.37%
R=56.50%
G=8.13%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139208700.860.370.45326.2274.8431.18
Hex8B1457056252D1464b1f
Octal213241270126455550611337
Binary1000101110100101011101010110100101101101101000110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,20,87); }

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

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

 a { background-color: rgb(139,20,87); }

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

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

 span { border-color: rgb(139,20,87); }

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