#8B0B4A

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

Shades of Jazzberry Jam #8B0B4A

Tints of Jazzberry Jam #8B0B4A

Color information

#8B0B4A (or 0x8B0B4A) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 0B and 4A. RGB value is (139,11,74). Sum of RGB (Red+Green+Blue) = 139+11+74=224 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.05% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0B4A is #74F4B5. Grayscale: #383838. Windows color (decimal): -7664822 or 4852619. OLE color: 4852619.

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

Color convert

RGB1391174-
CMYK00.920.470.45
HSL330.47º85.33%29.41%-
HSV(B)330.47º92.09%54.51%-
XYZ126.227.05-
YUV56.45137.91186.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.05%
GREEN value IS 11 (4.69% from 255) = 4.91%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=62.05%
G=4.91%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139117400.920.470.45330.4785.3329.41
Hex8BB4A05C2F2D14a551d
Octal213131120134575551212535
Binary100010111011100101001011100101111101101101001010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,11,74); }

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

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

 a { background-color: rgb(139,11,74); }

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

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

 span { border-color: rgb(139,11,74); }

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