#8C1259

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

Shades of Jazzberry Jam #8C1259

Tints of Jazzberry Jam #8C1259

Color information

#8C1259 (or 0x8C1259) is unknown color: approx Jazzberry Jam. HEX triplet: 8C, 12 and 59. RGB value is (140,18,89). Sum of RGB (Red+Green+Blue) = 140+18+89=247 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.68% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1259 is #73EDA6. Grayscale: #3E3E3E. Windows color (decimal): -7597479 or 5837452. OLE color: 5837452.

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

Color convert

RGB1401889-
CMYK00.870.360.45
HSL325.08º77.22%30.98%-
HSV(B)325.08º87.14%54.9%-
XYZ12.836.7310.07-
YUV62.57142.92183.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56.68%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 89 (35.16% from 255) = 36.03%
R=56.68%
G=7.29%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140188900.870.360.45325.0877.2230.98
Hex8C1259057242D1454d1f
Octal214221310127445550511537
Binary1000110010010101100101010111100100101101101000101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,18,89); }

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

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

 a { background-color: rgb(140,18,89); }

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

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

 span { border-color: rgb(140,18,89); }

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