#8B0B4C

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

Shades of Jazzberry Jam #8B0B4C

Tints of Jazzberry Jam #8B0B4C

Color information

#8B0B4C (or 0x8B0B4C) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 0B and 4C. RGB value is (139,11,76). Sum of RGB (Red+Green+Blue) = 139+11+76=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0B4C is #74F4B3. Grayscale: #383838. Windows color (decimal): -7664820 or 4983691. OLE color: 4983691.

HSL color Cylindrical-coordinate representation of color #8B0B4C: hue angle of 329.53º 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 #8B0B4C is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB1391176-
CMYK00.920.450.45
HSL329.53º85.33%29.41%-
HSV(B)329.53º92.09%54.51%-
XYZ12.076.257.41-
YUV56.68138.91186.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.50%
GREEN value IS 11 (4.69% from 255) = 4.87%
BLUE value IS 76 (30.08% from 255) = 33.63%
R=61.50%
G=4.87%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139117600.920.450.45329.5385.3329.41
Hex8BB4C05C2D2D14a551d
Octal213131140134555551212535
Binary100010111011100110001011100101101101101101001010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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