#8B0E4D

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

Shades of Jazzberry Jam #8B0E4D

Tints of Jazzberry Jam #8B0E4D

Color information

#8B0E4D (or 0x8B0E4D) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 0E and 4D. RGB value is (139,14,77). Sum of RGB (Red+Green+Blue) = 139+14+77=230 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.43% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0E4D is #74F1B2. Grayscale: #3A3A3A. Windows color (decimal): -7664051 or 5049995. OLE color: 5049995.

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

Color convert

RGB1391477-
CMYK00.900.450.45
HSL329.76º81.7%30%-
HSV(B)329.76º89.93%54.51%-
XYZ12.146.347.6-
YUV58.56138.41185.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.43%
GREEN value IS 14 (5.86% from 255) = 6.09%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=60.43%
G=6.09%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139147700.900.450.45329.7681.730
Hex8BE4D05A2D2D14a521e
Octal213161150132555551212236
Binary100010111110100110101011010101101101101101001010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,14,77); }

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

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

 a { background-color: rgb(139,14,77); }

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

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

 span { border-color: rgb(139,14,77); }

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