#8C0446

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

Shades of Jazzberry Jam #8C0446

Tints of Jazzberry Jam #8C0446

Color information

#8C0446 (or 0x8C0446) is unknown color: approx Jazzberry Jam. HEX triplet: 8C, 04 and 46. RGB value is (140,4,70). Sum of RGB (Red+Green+Blue) = 140+4+70=214 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.42% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0446 is #73FBB9. Grayscale: #343434. Windows color (decimal): -7601082 or 4588684. OLE color: 4588684.

HSL color Cylindrical-coordinate representation of color #8C0446: hue angle of 330.88º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C0446 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB140470-
CMYK00.970.500.45
HSL330.88º94.44%28.24%-
HSV(B)330.88º97.14%54.9%-
XYZ11.966.16.34-
YUV52.19138.06190.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 65.42%
GREEN value IS 4 (1.95% from 255) = 1.87%
BLUE value IS 70 (27.73% from 255) = 32.71%
R=65.42%
G=1.87%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14047000.970.500.45330.8894.4428.24
Hex8C446061322D14b5e1c
Octal21441060141625551313634
Binary10001100100100011001100001110010101101101001011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,4,70); }

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

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

 a { background-color: rgb(140,4,70); }

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

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

 span { border-color: rgb(140,4,70); }

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