#8b0848

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

Shades of Jazzberry Jam #8B0848

Tints of Jazzberry Jam #8B0848

Color information

#8B0848 (or 0x8B0848) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 08 and 48. RGB value is (139,8,72). Sum of RGB (Red+Green+Blue) = 139+8+72=219 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.47% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0848 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0848 is #74F7B7. Grayscale: #363636. Windows color (decimal): -7665592 or 4720779. OLE color: 4720779.

HSL color Cylindrical-coordinate representation of color #8B0848: hue angle of 330.69º degrees, saturation: 0.89, 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 #8B0848 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB139872-
CMYK00.940.480.45
HSL330.69º89.12%28.82%-
HSV(B)330.69º94.24%54.51%-
XYZ11.96.136.69-
YUV54.46137.9188.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.47%
GREEN value IS 8 (3.52% from 255) = 3.65%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=63.47%
G=3.65%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13987200.940.480.45330.6989.1228.82
Hex8B84805E302D14b591d
Octal213101100136605551313135
Binary100010111000100100001011110110000101101101001011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b0848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,8,72); }

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

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

 a { background-color: rgb(139,8,72); }

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

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

 span { border-color: rgb(139,8,72); }

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