#8B0A49

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

Shades of Jazzberry Jam #8B0A49

Tints of Jazzberry Jam #8B0A49

Color information

#8B0A49 (or 0x8B0A49) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 0A and 49. RGB value is (139,10,73). Sum of RGB (Red+Green+Blue) = 139+10+73=222 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.61% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0A49 is #74F5B6. Grayscale: #373737. Windows color (decimal): -7665079 or 4786827. OLE color: 4786827.

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

Color convert

RGB1391073-
CMYK00.930.470.45
HSL330.7º86.58%29.22%-
HSV(B)330.7º92.81%54.51%-
XYZ11.966.196.87-
YUV55.75137.74187.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.61%
GREEN value IS 10 (4.30% from 255) = 4.50%
BLUE value IS 73 (28.91% from 255) = 32.88%
R=62.61%
G=4.50%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139107300.930.470.45330.786.5829.22
Hex8BA4905D2F2D14b571d
Octal213121110135575551312735
Binary100010111010100100101011101101111101101101001011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,10,73); }

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

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

 a { background-color: rgb(139,10,73); }

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

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

 span { border-color: rgb(139,10,73); }

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