#8B0944

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

Shades of Jazzberry Jam #8B0944

Tints of Jazzberry Jam #8B0944

Color information

#8B0944 (or 0x8B0944) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 09 and 44. RGB value is (139,9,68). Sum of RGB (Red+Green+Blue) = 139+9+68=216 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.35% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0944 is #74F6BB. Grayscale: #363636. Windows color (decimal): -7665340 or 4458891. OLE color: 4458891.

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

Color convert

RGB139968-
CMYK00.940.510.45
HSL332.77º87.84%29.02%-
HSV(B)332.77º93.53%54.51%-
XYZ11.796.16.03-
YUV54.6135.57188.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.35%
GREEN value IS 9 (3.91% from 255) = 4.17%
BLUE value IS 68 (26.95% from 255) = 31.48%
R=64.35%
G=4.17%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13996800.940.510.45332.7787.8429.02
Hex8B94405E332D14d581d
Octal213111040136635551513035
Binary100010111001100010001011110110011101101101001101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,9,68); }

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

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

 a { background-color: rgb(139,9,68); }

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

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

 span { border-color: rgb(139,9,68); }

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