#8B0C4A

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

Shades of Jazzberry Jam #8B0C4A

Tints of Jazzberry Jam #8B0C4A

Color information

#8B0C4A (or 0x8B0C4A) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 0C and 4A. RGB value is (139,12,74). Sum of RGB (Red+Green+Blue) = 139+12+74=225 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.78% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0C4A is #74F3B5. Grayscale: #383838. Windows color (decimal): -7664566 or 4852875. OLE color: 4852875.

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

Color convert

RGB1391274-
CMYK00.910.470.45
HSL330.71º84.11%29.61%-
HSV(B)330.71º91.37%54.51%-
XYZ12.016.257.05-
YUV57.04137.58186.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.78%
GREEN value IS 12 (5.08% from 255) = 5.33%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=61.78%
G=5.33%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139127400.910.470.45330.7184.1129.61
Hex8BC4A05B2F2D14b541e
Octal213141120133575551312436
Binary100010111100100101001011011101111101101101001011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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