#8B0444

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

Shades of Jazzberry Jam #8B0444

Tints of Jazzberry Jam #8B0444

Color information

#8B0444 (or 0x8B0444) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 04 and 44. RGB value is (139,4,68). Sum of RGB (Red+Green+Blue) = 139+4+68=211 (27% of max value = 765). Red value is 139 (54.69% from 255 or 65.88% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0444 is #74FBBB. Grayscale: #333333. Windows color (decimal): -7666620 or 4457611. OLE color: 4457611.

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

Color convert

RGB139468-
CMYK00.970.510.45
HSL331.56º94.41%28.04%-
HSV(B)331.56º97.12%54.51%-
XYZ11.735.996.01-
YUV51.66137.23190.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.88%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 68 (26.95% from 255) = 32.23%
R=65.88%
G=1.90%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13946800.970.510.45331.5694.4128.04
Hex8B444061332D14c5e1c
Octal21341040141635551413634
Binary10001011100100010001100001110011101101101001100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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